Html Css Color HEX #08EACE Bright Turquoise

📋 copy color: '#08EACE'

red 8 ◦ green 234 ◦ blue 206

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

Shades of Bright Turquoise #08EACE

Tints of Bright Turquoise #08EACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 1.79%
G = 52.23%
B = 45.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#08EACE (or 0x08EACE) is known color: Bright Turquoise. HEX triplet: 08, EA and CE. RGB value is (8,234,206). Sum of RGB (Red+Green+Blue) = 8+234+206=448 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #08EACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EACE is #F71531. Grayscale: #A3A3A3. Windows color (decimal): -16192818 or 13560328. OLE color: 13560328.

HSL color Cylindrical-coordinate representation of color #08EACE: hue angle of 172.57º 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 #08EACE is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 234 206 -
CMYK 0.97 0 0.12 0.08
HSL 172.57º 0.93% 0.47% -
HSV(B) 172.57º 0.97% 0.92% -
XYZ 40.66 63.35 68.48 -
YUV 163.23 152.13 17.28 -
System Red Green Blue C M Y K H S L
Decimal 8 234 206 0.97 0 0.12 0.08 172.57 0.93 0.47
Hex 8 EA CE 61 0 C 8 AD 5D 2F
Octal 10 352 316 141 0 14 10 255 135 57
Binary 1000 11101010 11001110 1100001 0 1100 1000 10101101 1011101 101111

Color Harmonies of #08EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EACE

Black with #08EACE

Text Example


Text Example

White with #08EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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