Html Css Color HEX #08EEED Bright Turquoise

📋 copy color: '#08EEED'

red 8 ◦ green 238 ◦ blue 237

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

Shades of Bright Turquoise #08EEED

Tints of Bright Turquoise #08EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.28%

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 1.66%
G = 49.28%
B = 49.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#08EEED (or 0x08EEED) is known color: Bright Turquoise. HEX triplet: 08, EE and ED. RGB value is (8,238,237). Sum of RGB (Red+Green+Blue) = 8+238+237=483 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 483); Green value is 238 (93.36% from 255 or 49.28% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 238 - color contains mainly: green. Hex color #08EEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08EEED is #F71112. Grayscale: #A8A8A8. Windows color (decimal): -16191763 or 15592968. OLE color: 15592968.

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

Color convert

RGB 8 238 237 -
CMYK 0.97 0 0.00 0.07
HSL 179.74º 0.93% 0.48% -
HSV(B) 179.74º 0.97% 0.93% -
XYZ 45.96 67.32 90.69 -
YUV 169.12 166.3 13.08 -
System Red Green Blue C M Y K H S L
Decimal 8 238 237 0.97 0 0.00 0.07 179.74 0.93 0.48
Hex 8 EE ED 61 0 0 7 B4 5D 30
Octal 10 356 355 141 0 0 7 264 135 60
Binary 1000 11101110 11101101 1100001 0 0 111 10110100 1011101 110000

Color Harmonies of #08EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EEED

Black with #08EEED

Text Example


Text Example

White with #08EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,238,237); }

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

background-color css

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

 a { background-color: rgb(8,238,237); }

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

border-color css

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

 span { border-color: rgb(8,238,237); }

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