Html Css Color HEX #08EDDD Bright Turquoise

📋 copy color: '#08EDDD'

red 8 ◦ green 237 ◦ blue 221

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

Shades of Bright Turquoise #08EDDD

Tints of Bright Turquoise #08EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.86%

 BLUE value IS 221 (86.72% from 255) = 47.42%

R = 1.72%
G = 50.86%
B = 47.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#08EDDD (or 0x08EDDD) is known color: Bright Turquoise. HEX triplet: 08, ED and DD. RGB value is (8,237,221). Sum of RGB (Red+Green+Blue) = 8+237+221=466 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.72% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #08EDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EDDD is #F71222. Grayscale: #A6A6A6. Windows color (decimal): -16192035 or 14544136. OLE color: 14544136.

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

Color convert

RGB 8 237 221 -
CMYK 0.97 0 0.07 0.07
HSL 175.81º 0.93% 0.48% -
HSV(B) 175.81º 0.97% 0.93% -
XYZ 43.44 65.84 78.83 -
YUV 166.71 158.63 14.8 -
System Red Green Blue C M Y K H S L
Decimal 8 237 221 0.97 0 0.07 0.07 175.81 0.93 0.48
Hex 8 ED DD 61 0 7 7 B0 5D 30
Octal 10 355 335 141 0 7 7 260 135 60
Binary 1000 11101101 11011101 1100001 0 111 111 10110000 1011101 110000

Color Harmonies of #08EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EDDD

Black with #08EDDD

Text Example


Text Example

White with #08EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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