Html Css Color HEX #1CEABB Bright Turquoise

📋 copy color: '#1CEABB'

red 28 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #1CEABB

Tints of Bright Turquoise #1CEABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 6.24%
G = 52.12%
B = 41.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#1CEABB (or 0x1CEABB) is known color: Bright Turquoise. HEX triplet: 1C, EA and BB. RGB value is (28,234,187). Sum of RGB (Red+Green+Blue) = 28+234+187=449 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.24% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #1CEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1CEABB is #E31544. Grayscale: #A7A7A7. Windows color (decimal): -14882117 or 12315164. OLE color: 12315164.

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

Color convert

RGB 28 234 187 -
CMYK 0.88 0 0.20 0.08
HSL 166.31º 0.83% 0.51% -
HSV(B) 166.31º 0.88% 0.92% -
XYZ 38.87 62.68 57.06 -
YUV 167.05 139.25 28.82 -
System Red Green Blue C M Y K H S L
Decimal 28 234 187 0.88 0 0.20 0.08 166.31 0.83 0.51
Hex 1C EA BB 58 0 14 8 A6 53 33
Octal 34 352 273 130 0 24 10 246 123 63
Binary 11100 11101010 10111011 1011000 0 10100 1000 10100110 1010011 110011

Color Harmonies of #1CEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CEABB

Black with #1CEABB

Text Example


Text Example

White with #1CEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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