Html Css Color HEX #1CE2B9 Turquoise

📋 copy color: '#1CE2B9'

red 28 ◦ green 226 ◦ blue 185

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

Shades of Turquoise #1CE2B9

Tints of Turquoise #1CE2B9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.48%

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 6.38%
G = 51.48%
B = 42.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#1CE2B9 (or 0x1CE2B9) is known color: Turquoise. HEX triplet: 1C, E2 and B9. RGB value is (28,226,185). Sum of RGB (Red+Green+Blue) = 28+226+185=439 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.38% from 439); Green value is 226 (88.67% from 255 or 51.48% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CE2B9 is #E31D46. Grayscale: #A2A2A2. Windows color (decimal): -14884167 or 12182044. OLE color: 12182044.

HSL color Cylindrical-coordinate representation of color #1CE2B9: hue angle of 167.58º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE2B9 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 28 226 185 -
CMYK 0.88 0 0.18 0.11
HSL 167.58º 0.78% 0.5% -
HSV(B) 167.58º 0.88% 0.89% -
XYZ 36.43 58.14 55.2 -
YUV 162.12 140.9 32.33 -
System Red Green Blue C M Y K H S L
Decimal 28 226 185 0.88 0 0.18 0.11 167.58 0.78 0.5
Hex 1C E2 B9 58 0 12 B A8 4E 32
Octal 34 342 271 130 0 22 13 250 116 62
Binary 11100 11100010 10111001 1011000 0 10010 1011 10101000 1001110 110010

Color Harmonies of #1CE2B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE2B9

Black with #1CE2B9

Text Example


Text Example

White with #1CE2B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,226,185); }

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

background-color css

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

 a { background-color: rgb(28,226,185); }

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

border-color css

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

 span { border-color: rgb(28,226,185); }

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