Html Css Color HEX #1CE9BE Bright Turquoise

📋 copy color: '#1CE9BE'

red 28 ◦ green 233 ◦ blue 190

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

Shades of Bright Turquoise #1CE9BE

Tints of Bright Turquoise #1CE9BE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.66%

 BLUE value IS 190 (74.61% from 255) = 42.13%

R = 6.21%
G = 51.66%
B = 42.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#1CE9BE (or 0x1CE9BE) is known color: Bright Turquoise. HEX triplet: 1C, E9 and BE. RGB value is (28,233,190). Sum of RGB (Red+Green+Blue) = 28+233+190=451 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.21% from 451); Green value is 233 (91.41% from 255 or 51.66% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9BE is #E31641. Grayscale: #A6A6A6. Windows color (decimal): -14882370 or 12511516. OLE color: 12511516.

HSL color Cylindrical-coordinate representation of color #1CE9BE: hue angle of 167.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE9BE is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 28 233 190 -
CMYK 0.88 0 0.18 0.09
HSL 167.41º 0.82% 0.51% -
HSV(B) 167.41º 0.88% 0.91% -
XYZ 38.91 62.24 58.68 -
YUV 166.8 141.08 29 -
System Red Green Blue C M Y K H S L
Decimal 28 233 190 0.88 0 0.18 0.09 167.41 0.82 0.51
Hex 1C E9 BE 58 0 12 9 A7 52 33
Octal 34 351 276 130 0 22 11 247 122 63
Binary 11100 11101001 10111110 1011000 0 10010 1001 10100111 1010010 110011

Color Harmonies of #1CE9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE9BE

Black with #1CE9BE

Text Example


Text Example

White with #1CE9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,233,190); }

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

background-color css

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

 a { background-color: rgb(28,233,190); }

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

border-color css

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

 span { border-color: rgb(28,233,190); }

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