Html Css Color HEX #1CE5CF Bright Turquoise

📋 copy color: '#1CE5CF'

red 28 ◦ green 229 ◦ blue 207

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

Shades of Bright Turquoise #1CE5CF

Tints of Bright Turquoise #1CE5CF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.35%

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 6.03%
G = 49.35%
B = 44.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#1CE5CF (or 0x1CE5CF) is known color: Bright Turquoise. HEX triplet: 1C, E5 and CF. RGB value is (28,229,207). Sum of RGB (Red+Green+Blue) = 28+229+207=464 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.03% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5CF is #E31A30. Grayscale: #A6A6A6. Windows color (decimal): -14883377 or 13624604. OLE color: 13624604.

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

Color convert

RGB 28 229 207 -
CMYK 0.88 0 0.10 0.10
HSL 173.43º 0.79% 0.5% -
HSV(B) 173.43º 0.88% 0.9% -
XYZ 39.76 60.79 68.67 -
YUV 166.39 150.91 29.29 -
System Red Green Blue C M Y K H S L
Decimal 28 229 207 0.88 0 0.10 0.10 173.43 0.79 0.5
Hex 1C E5 CF 58 0 A A AD 4F 32
Octal 34 345 317 130 0 12 12 255 117 62
Binary 11100 11100101 11001111 1011000 0 1010 1010 10101101 1001111 110010

Color Harmonies of #1CE5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE5CF

Black with #1CE5CF

Text Example


Text Example

White with #1CE5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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