Html Css Color HEX #1CCCE5 Dark Turquoise

📋 copy color: '#1CCCE5'

red 28 ◦ green 204 ◦ blue 229

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

Shades of Dark Turquoise #1CCCE5

Tints of Dark Turquoise #1CCCE5

RGB

 RED value IS 28 (11.33% from 255) = 6.07%

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

 BLUE value IS 229 (89.84% from 255) = 49.67%

R = 6.07%
G = 44.25%
B = 49.67%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1CCCE5 (or 0x1CCCE5) is known color: Dark Turquoise. HEX triplet: 1C, CC and E5. RGB value is (28,204,229). Sum of RGB (Red+Green+Blue) = 28+204+229=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #1CCCE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCCE5 is #E3331A. Grayscale: #999999. Windows color (decimal): -14889755 or 15059996. OLE color: 15059996.

HSL color Cylindrical-coordinate representation of color #1CCCE5: hue angle of 187.46º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCCE5 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 28 204 229 -
CMYK 0.88 0.11 0 0.10
HSL 187.46º 0.79% 0.5% -
HSV(B) 187.46º 0.88% 0.9% -
XYZ 36.21 49.09 81.7 -
YUV 154.23 170.19 37.97 -
System Red Green Blue C M Y K H S L
Decimal 28 204 229 0.88 0.11 0 0.10 187.46 0.79 0.5
Hex 1C CC E5 58 B 0 A BB 4F 32
Octal 34 314 345 130 13 0 12 273 117 62
Binary 11100 11001100 11100101 1011000 1011 0 1010 10111011 1001111 110010

Color Harmonies of #1CCCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCE5

Black with #1CCCE5

Text Example


Text Example

White with #1CCCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,229); }

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

background-color css

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

 a { background-color: rgb(28,204,229); }

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

border-color css

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

 span { border-color: rgb(28,204,229); }

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