Html Css Color HEX #1CE5CC Bright Turquoise

📋 copy color: '#1CE5CC'

red 28 ◦ green 229 ◦ blue 204

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

Shades of Bright Turquoise #1CE5CC

Tints of Bright Turquoise #1CE5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 6.07%
G = 49.67%
B = 44.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#1CE5CC (or 0x1CE5CC) is known color: Bright Turquoise. HEX triplet: 1C, E5 and CC. RGB value is (28,229,204). Sum of RGB (Red+Green+Blue) = 28+229+204=461 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.07% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5CC is #E31A33. Grayscale: #A5A5A5. Windows color (decimal): -14883380 or 13427996. OLE color: 13427996.

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

Color convert

RGB 28 229 204 -
CMYK 0.88 0 0.11 0.10
HSL 172.54º 0.79% 0.5% -
HSV(B) 172.54º 0.88% 0.9% -
XYZ 39.4 60.65 66.76 -
YUV 166.05 149.41 29.53 -
System Red Green Blue C M Y K H S L
Decimal 28 229 204 0.88 0 0.11 0.10 172.54 0.79 0.5
Hex 1C E5 CC 58 0 B A AD 4F 32
Octal 34 345 314 130 0 13 12 255 117 62
Binary 11100 11100101 11001100 1011000 0 1011 1010 10101101 1001111 110010

Color Harmonies of #1CE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE5CC

Black with #1CE5CC

Text Example


Text Example

White with #1CE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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