Html Css Color HEX #1CCEE9 Bright Turquoise

📋 copy color: '#1CCEE9'

red 28 ◦ green 206 ◦ blue 233

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

Shades of Bright Turquoise #1CCEE9

Tints of Bright Turquoise #1CCEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.89%

R = 6%
G = 44.11%
B = 49.89%

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

#1CCEE9 (or 0x1CCEE9) is known color: Bright Turquoise. HEX triplet: 1C, CE and E9. RGB value is (28,206,233). Sum of RGB (Red+Green+Blue) = 28+206+233=467 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.00% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 233 (91.41% from 255 or 49.89% from 467); Max value from RGB is 233 - color contains mainly: blue. Hex color #1CCEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCEE9 is #E33116. Grayscale: #9B9B9B. Windows color (decimal): -14889239 or 15322652. OLE color: 15322652.

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

Color convert

RGB 28 206 233 -
CMYK 0.88 0.12 0 0.09
HSL 187.9º 0.82% 0.51% -
HSV(B) 187.9º 0.88% 0.91% -
XYZ 37.26 50.27 84.83 -
YUV 155.86 171.53 36.8 -
System Red Green Blue C M Y K H S L
Decimal 28 206 233 0.88 0.12 0 0.09 187.9 0.82 0.51
Hex 1C CE E9 58 C 0 9 BC 52 33
Octal 34 316 351 130 14 0 11 274 122 63
Binary 11100 11001110 11101001 1011000 1100 0 1001 10111100 1010010 110011

Color Harmonies of #1CCEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCEE9

Black with #1CCEE9

Text Example


Text Example

White with #1CCEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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