Html Css Color HEX #1CCEE8 Bright Turquoise

📋 copy color: '#1CCEE8'

red 28 ◦ green 206 ◦ blue 232

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

Shades of Bright Turquoise #1CCEE8

Tints of Bright Turquoise #1CCEE8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.21%

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

R = 6.01%
G = 44.21%
B = 49.79%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1CCEE8 (or 0x1CCEE8) is known color: Bright Turquoise. HEX triplet: 1C, CE and E8. RGB value is (28,206,232). Sum of RGB (Red+Green+Blue) = 28+206+232=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #1CCEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEE8 is #E33117. Grayscale: #9B9B9B. Windows color (decimal): -14889240 or 15257116. OLE color: 15257116.

HSL color Cylindrical-coordinate representation of color #1CCEE8: hue angle of 187.65º 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 #1CCEE8 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 206 232 -
CMYK 0.88 0.11 0 0.09
HSL 187.65º 0.82% 0.51% -
HSV(B) 187.65º 0.88% 0.91% -
XYZ 37.12 50.22 84.08 -
YUV 155.74 171.03 36.89 -
System Red Green Blue C M Y K H S L
Decimal 28 206 232 0.88 0.11 0 0.09 187.65 0.82 0.51
Hex 1C CE E8 58 B 0 9 BC 52 33
Octal 34 316 350 130 13 0 11 274 122 63
Binary 11100 11001110 11101000 1011000 1011 0 1001 10111100 1010010 110011

Color Harmonies of #1CCEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEE8

Black with #1CCEE8

Text Example


Text Example

White with #1CCEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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