Html Css Color HEX #1BC9DE Dark Turquoise

📋 copy color: '#1BC9DE'

red 27 ◦ green 201 ◦ blue 222

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

Shades of Dark Turquoise #1BC9DE

Tints of Dark Turquoise #1BC9DE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.67%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 6%
G = 44.67%
B = 49.33%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1BC9DE (or 0x1BC9DE) is known color: Dark Turquoise. HEX triplet: 1B, C9 and DE. RGB value is (27,201,222). Sum of RGB (Red+Green+Blue) = 27+201+222=450 (59% of max value = 765). Red value is 27 (10.94% from 255 or 6% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #1BC9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC9DE is #E43621. Grayscale: #979797. Windows color (decimal): -14956066 or 14600475. OLE color: 14600475.

HSL color Cylindrical-coordinate representation of color #1BC9DE: hue angle of 186.46º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC9DE is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 27 201 222 -
CMYK 0.88 0.09 0 0.13
HSL 186.46º 0.78% 0.49% -
HSV(B) 186.46º 0.88% 0.87% -
XYZ 34.52 47.28 76.41 -
YUV 151.37 167.85 39.29 -
System Red Green Blue C M Y K H S L
Decimal 27 201 222 0.88 0.09 0 0.13 186.46 0.78 0.49
Hex 1B C9 DE 58 9 0 D BA 4E 31
Octal 33 311 336 130 11 0 15 272 116 61
Binary 11011 11001001 11011110 1011000 1001 0 1101 10111010 1001110 110001

Color Harmonies of #1BC9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC9DE

Black with #1BC9DE

Text Example


Text Example

White with #1BC9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,201,222); }

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

background-color css

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

 a { background-color: rgb(27,201,222); }

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

border-color css

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

 span { border-color: rgb(27,201,222); }

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