Html Css Color HEX #1CCCE8 Dark Turquoise

📋 copy color: '#1CCCE8'

red 28 ◦ green 204 ◦ blue 232

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

Shades of Dark Turquoise #1CCCE8

Tints of Dark Turquoise #1CCCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50%

R = 6.03%
G = 43.97%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1CCCE8 (or 0x1CCCE8) is known color: Dark Turquoise. HEX triplet: 1C, CC and E8. RGB value is (28,204,232). Sum of RGB (Red+Green+Blue) = 28+204+232=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #1CCCE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCE8 is #E33317. Grayscale: #9A9A9A. Windows color (decimal): -14889752 or 15256604. OLE color: 15256604.

HSL color Cylindrical-coordinate representation of color #1CCCE8: hue angle of 188.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCCE8 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 204 232 -
CMYK 0.88 0.12 0 0.09
HSL 188.24º 0.82% 0.51% -
HSV(B) 188.24º 0.88% 0.91% -
XYZ 36.64 49.26 83.92 -
YUV 154.57 171.69 37.72 -
System Red Green Blue C M Y K H S L
Decimal 28 204 232 0.88 0.12 0 0.09 188.24 0.82 0.51
Hex 1C CC E8 58 C 0 9 BC 52 33
Octal 34 314 350 130 14 0 11 274 122 63
Binary 11100 11001100 11101000 1011000 1100 0 1001 10111100 1010010 110011

Color Harmonies of #1CCCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCE8

Black with #1CCCE8

Text Example


Text Example

White with #1CCCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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