Html Css Color HEX #08EBBE Bright Turquoise

📋 copy color: '#08EBBE'

red 8 ◦ green 235 ◦ blue 190

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

Shades of Bright Turquoise #08EBBE

Tints of Bright Turquoise #08EBBE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.27%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 1.85%
G = 54.27%
B = 43.88%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#08EBBE (or 0x08EBBE) is known color: Bright Turquoise. HEX triplet: 08, EB and BE. RGB value is (8,235,190). Sum of RGB (Red+Green+Blue) = 8+235+190=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 235 (92.19% from 255 or 54.27% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 235 - color contains mainly: green. Hex color #08EBBE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EBBE is #F71441. Grayscale: #A1A1A1. Windows color (decimal): -16192578 or 12512008. OLE color: 12512008.

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

Color convert

RGB 8 235 190 -
CMYK 0.97 0 0.19 0.08
HSL 168.11º 0.93% 0.48% -
HSV(B) 168.11º 0.97% 0.92% -
XYZ 39.1 63.19 58.85 -
YUV 162 143.79 18.16 -
System Red Green Blue C M Y K H S L
Decimal 8 235 190 0.97 0 0.19 0.08 168.11 0.93 0.48
Hex 8 EB BE 61 0 13 8 A8 5D 30
Octal 10 353 276 141 0 23 10 250 135 60
Binary 1000 11101011 10111110 1100001 0 10011 1000 10101000 1011101 110000

Color Harmonies of #08EBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EBBE

Black with #08EBBE

Text Example


Text Example

White with #08EBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,235,190); }

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

background-color css

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

 a { background-color: rgb(8,235,190); }

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

border-color css

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

 span { border-color: rgb(8,235,190); }

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