Html Css Color HEX #1BCCDC Dark Turquoise

📋 copy color: '#1BCCDC'

red 27 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #1BCCDC

Tints of Dark Turquoise #1BCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 5.99%
G = 45.23%
B = 48.78%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1BCCDC (or 0x1BCCDC) is known color: Dark Turquoise. HEX triplet: 1B, CC and DC. RGB value is (27,204,220). Sum of RGB (Red+Green+Blue) = 27+204+220=451 (59% of max value = 765). Red value is 27 (10.94% from 255 or 5.99% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #1BCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCCDC is #E43323. Grayscale: #989898. Windows color (decimal): -14955300 or 14470171. OLE color: 14470171.

HSL color Cylindrical-coordinate representation of color #1BCCDC: hue angle of 184.97º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BCCDC is Cyan = 0.88, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 27 204 220 -
CMYK 0.88 0.07 0 0.14
HSL 184.97º 0.78% 0.48% -
HSV(B) 184.97º 0.88% 0.86% -
XYZ 34.96 48.59 75.25 -
YUV 152.9 165.86 38.2 -
System Red Green Blue C M Y K H S L
Decimal 27 204 220 0.88 0.07 0 0.14 184.97 0.78 0.48
Hex 1B CC DC 58 7 0 E B9 4E 30
Octal 33 314 334 130 7 0 16 271 116 60
Binary 11011 11001100 11011100 1011000 111 0 1110 10111001 1001110 110000

Color Harmonies of #1BCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCCDC

Black with #1BCCDC

Text Example


Text Example

White with #1BCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,204,220); }

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

background-color css

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

 a { background-color: rgb(27,204,220); }

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

border-color css

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

 span { border-color: rgb(27,204,220); }

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