Html Css Color HEX #1CE5BC Bright Turquoise

📋 copy color: '#1CE5BC'

red 28 ◦ green 229 ◦ blue 188

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

Shades of Bright Turquoise #1CE5BC

Tints of Bright Turquoise #1CE5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 6.29%
G = 51.46%
B = 42.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#1CE5BC (or 0x1CE5BC) is known color: Bright Turquoise. HEX triplet: 1C, E5 and BC. RGB value is (28,229,188). Sum of RGB (Red+Green+Blue) = 28+229+188=445 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.29% from 445); Green value is 229 (89.84% from 255 or 51.46% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE5BC is #E31A43. Grayscale: #A4A4A4. Windows color (decimal): -14883396 or 12379420. OLE color: 12379420.

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

Color convert

RGB 28 229 188 -
CMYK 0.88 0 0.18 0.10
HSL 167.76º 0.79% 0.5% -
HSV(B) 167.76º 0.88% 0.9% -
XYZ 37.58 59.92 57.16 -
YUV 164.23 141.41 30.83 -
System Red Green Blue C M Y K H S L
Decimal 28 229 188 0.88 0 0.18 0.10 167.76 0.79 0.5
Hex 1C E5 BC 58 0 12 A A8 4F 32
Octal 34 345 274 130 0 22 12 250 117 62
Binary 11100 11100101 10111100 1011000 0 10010 1010 10101000 1001111 110010

Color Harmonies of #1CE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE5BC

Black with #1CE5BC

Text Example


Text Example

White with #1CE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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