Html Css Color HEX #1CE9BD Bright Turquoise

📋 copy color: '#1CE9BD'

red 28 ◦ green 233 ◦ blue 189

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

Shades of Bright Turquoise #1CE9BD

Tints of Bright Turquoise #1CE9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 6.22%
G = 51.78%
B = 42%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#1CE9BD (or 0x1CE9BD) is known color: Bright Turquoise. HEX triplet: 1C, E9 and BD. RGB value is (28,233,189). Sum of RGB (Red+Green+Blue) = 28+233+189=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #1CE9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CE9BD is #E31642. Grayscale: #A6A6A6. Windows color (decimal): -14882371 or 12445980. OLE color: 12445980.

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

Color convert

RGB 28 233 189 -
CMYK 0.88 0 0.19 0.09
HSL 167.12º 0.82% 0.51% -
HSV(B) 167.12º 0.88% 0.91% -
XYZ 38.8 62.2 58.1 -
YUV 166.69 140.58 29.08 -
System Red Green Blue C M Y K H S L
Decimal 28 233 189 0.88 0 0.19 0.09 167.12 0.82 0.51
Hex 1C E9 BD 58 0 13 9 A7 52 33
Octal 34 351 275 130 0 23 11 247 122 63
Binary 11100 11101001 10111101 1011000 0 10011 1001 10100111 1010010 110011

Color Harmonies of #1CE9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CE9BD

Black with #1CE9BD

Text Example


Text Example

White with #1CE9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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