Html Css Color HEX #08EABB Bright Turquoise

📋 copy color: '#08EABB'

red 8 ◦ green 234 ◦ blue 187

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

Shades of Bright Turquoise #08EABB

Tints of Bright Turquoise #08EABB

RGB

 RED value IS 8 (3.52% from 255) = 1.86%

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

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

R = 1.86%
G = 54.55%
B = 43.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#08EABB (or 0x08EABB) is known color: Bright Turquoise. HEX triplet: 08, EA and BB. RGB value is (8,234,187). Sum of RGB (Red+Green+Blue) = 8+234+187=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #08EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EABB is #F71544. Grayscale: #A1A1A1. Windows color (decimal): -16192837 or 12315144. OLE color: 12315144.

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

Color convert

RGB 8 234 187 -
CMYK 0.97 0 0.20 0.08
HSL 167.52º 0.93% 0.47% -
HSV(B) 167.52º 0.97% 0.92% -
XYZ 38.49 62.49 57.05 -
YUV 161.07 142.63 18.82 -
System Red Green Blue C M Y K H S L
Decimal 8 234 187 0.97 0 0.20 0.08 167.52 0.93 0.47
Hex 8 EA BB 61 0 14 8 A8 5D 2F
Octal 10 352 273 141 0 24 10 250 135 57
Binary 1000 11101010 10111011 1100001 0 10100 1000 10101000 1011101 101111

Color Harmonies of #08EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EABB

Black with #08EABB

Text Example


Text Example

White with #08EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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