Html Css Color HEX #00EABB Bright Turquoise

📋 copy color: '#00EABB'

red 0 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #00EABB

Tints of Bright Turquoise #00EABB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 55.58%
B = 44.42%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#00EABB (or 0x00EABB) is known color: Bright Turquoise. HEX triplet: 00, EA and BB. RGB value is (0,234,187). Sum of RGB (Red+Green+Blue) = 0+234+187=421 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 421); Green value is 234 (91.80% from 255 or 55.58% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 234 - color contains mainly: green. Hex color #00EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EABB is #FF1544. Grayscale: #9E9E9E. Windows color (decimal): -16717125 or 12315136. OLE color: 12315136.

HSL color Cylindrical-coordinate representation of color #00EABB: hue angle of 167.95º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EABB is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 187 -
CMYK 1 0 0.20 0.08
HSL 167.95º 1% 0.46% -
HSV(B) 167.95º 1% 0.92% -
XYZ 38.39 62.43 57.04 -
YUV 158.68 143.98 14.82 -
System Red Green Blue C M Y K H S L
Decimal 0 234 187 1 0 0.20 0.08 167.95 1 0.46
Hex 0 EA BB 64 0 14 8 A8 64 2E
Octal 0 352 273 144 0 24 10 250 144 56
Binary 0 11101010 10111011 1100100 0 10100 1000 10101000 1100100 101110

Color Harmonies of #00EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EABB

Black with #00EABB

Text Example


Text Example

White with #00EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EABB; }

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

 H1.HeaderClassName
 {
   color: #00EABB;
 }
 .AnyTagClassName
 {
   color: #00EABB;
 }
</style>

background-color css

<style>
 a { background-color: #00EABB; }

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

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

border-color css

<style>
 span { border-color: #00EABB; }

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

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