Html Css Color HEX #1CE9D9 Bright Turquoise

📋 copy color: '#1CE9D9'

red 28 ◦ green 233 ◦ blue 217

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

Shades of Bright Turquoise #1CE9D9

Tints of Bright Turquoise #1CE9D9

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.74%

 BLUE value IS 217 (85.16% from 255) = 45.4%

R = 5.86%
G = 48.74%
B = 45.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#1CE9D9 (or 0x1CE9D9) is known color: Bright Turquoise. HEX triplet: 1C, E9 and D9. RGB value is (28,233,217). Sum of RGB (Red+Green+Blue) = 28+233+217=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9D9 is #E31626. Grayscale: #A9A9A9. Windows color (decimal): -14882343 or 14280988. OLE color: 14280988.

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

Color convert

RGB 28 233 217 -
CMYK 0.88 0 0.07 0.09
HSL 175.32º 0.82% 0.51% -
HSV(B) 175.32º 0.88% 0.91% -
XYZ 42.14 63.53 75.69 -
YUV 169.88 154.58 26.8 -
System Red Green Blue C M Y K H S L
Decimal 28 233 217 0.88 0 0.07 0.09 175.32 0.82 0.51
Hex 1C E9 D9 58 0 7 9 AF 52 33
Octal 34 351 331 130 0 7 11 257 122 63
Binary 11100 11101001 11011001 1011000 0 111 1001 10101111 1010010 110011

Color Harmonies of #1CE9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE9D9

Black with #1CE9D9

Text Example


Text Example

White with #1CE9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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