Html Css Color HEX #1CEAB9 Bright Turquoise

📋 copy color: '#1CEAB9'

red 28 ◦ green 234 ◦ blue 185

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

Shades of Bright Turquoise #1CEAB9

Tints of Bright Turquoise #1CEAB9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.35%

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

R = 6.26%
G = 52.35%
B = 41.39%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#1CEAB9 (or 0x1CEAB9) is known color: Bright Turquoise. HEX triplet: 1C, EA and B9. RGB value is (28,234,185). Sum of RGB (Red+Green+Blue) = 28+234+185=447 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.26% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEAB9 is #E31546. Grayscale: #A6A6A6. Windows color (decimal): -14882119 or 12184092. OLE color: 12184092.

HSL color Cylindrical-coordinate representation of color #1CEAB9: hue angle of 165.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CEAB9 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 28 234 185 -
CMYK 0.88 0 0.21 0.08
HSL 165.73º 0.83% 0.51% -
HSV(B) 165.73º 0.88% 0.92% -
XYZ 38.66 62.6 55.94 -
YUV 166.82 138.25 28.98 -
System Red Green Blue C M Y K H S L
Decimal 28 234 185 0.88 0 0.21 0.08 165.73 0.83 0.51
Hex 1C EA B9 58 0 15 8 A6 53 33
Octal 34 352 271 130 0 25 10 246 123 63
Binary 11100 11101010 10111001 1011000 0 10101 1000 10100110 1010011 110011

Color Harmonies of #1CEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEAB9

Black with #1CEAB9

Text Example


Text Example

White with #1CEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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