Html Css Color HEX #1BF7DD Bright Turquoise

📋 copy color: '#1BF7DD'

red 27 ◦ green 247 ◦ blue 221

#1BF7DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #1BF7DD

Tints of Bright Turquoise #1BF7DD

RGB

 RED value IS 27 (10.94% from 255) = 5.45%

 GREEN value IS 247 (96.88% from 255) = 49.9%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 5.45%
G = 49.9%
B = 44.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1BF7DD (or 0x1BF7DD) is known color: Bright Turquoise. HEX triplet: 1B, F7 and DD. RGB value is (27,247,221). Sum of RGB (Red+Green+Blue) = 27+247+221=495 (65% of max value = 765). Red value is 27 (10.94% from 255 or 5.45% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #1BF7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1BF7DD is #E40822. Grayscale: #B2B2B2. Windows color (decimal): -14944291 or 14546715. OLE color: 14546715.

HSL color Cylindrical-coordinate representation of color #1BF7DD: hue angle of 172.91º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF7DD is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 27 247 221 -
CMYK 0.89 0 0.11 0.03
HSL 172.91º 0.93% 0.54% -
HSV(B) 172.91º 0.89% 0.97% -
XYZ 46.76 71.98 79.83 -
YUV 178.26 152.11 20.11 -
System Red Green Blue C M Y K H S L
Decimal 27 247 221 0.89 0 0.11 0.03 172.91 0.93 0.54
Hex 1B F7 DD 59 0 B 3 AD 5D 36
Octal 33 367 335 131 0 13 3 255 135 66
Binary 11011 11110111 11011101 1011001 0 1011 11 10101101 1011101 110110

Color Harmonies of #1BF7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BF7DD

Black with #1BF7DD

Text Example


Text Example

White with #1BF7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BF7DD; }

 p { color: rgb(27,247,221); }

 H1.HeaderClassName
 {
   color: #1BF7DD;
 }
 .AnyTagClassName
 {
   color: #1BF7DD;
 }
</style>

background-color css

<style>
 a { background-color: #1BF7DD; }

 a { background-color: rgb(27,247,221); }

 div.DivClassName
 {
   background-color: #1BF7DD;
 }
 .BgClassName
 {
   background-color: #1BF7DD;
 }
</style>

border-color css

<style>
 span { border-color: #1BF7DD; }

 span { border-color: rgb(27,247,221); }

 td.TdClassName
 {
   border-color: #1BF7DD;
 }
 .TagClassName
 {
   border-color: #1BF7DD;
 }
</style>