Html Css Color HEX #08EDE5 Bright Turquoise

📋 copy color: '#08EDE5'

red 8 ◦ green 237 ◦ blue 229

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

Shades of Bright Turquoise #08EDE5

Tints of Bright Turquoise #08EDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 1.69%
G = 50%
B = 48.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#08EDE5 (or 0x08EDE5) is known color: Bright Turquoise. HEX triplet: 08, ED and E5. RGB value is (8,237,229). Sum of RGB (Red+Green+Blue) = 8+237+229=474 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.69% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #08EDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08EDE5 is #F7121A. Grayscale: #A7A7A7. Windows color (decimal): -16192027 or 15068424. OLE color: 15068424.

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

Color convert

RGB 8 237 229 -
CMYK 0.97 0 0.03 0.07
HSL 177.9º 0.93% 0.48% -
HSV(B) 177.9º 0.97% 0.93% -
XYZ 44.53 66.28 84.57 -
YUV 167.62 162.63 14.15 -
System Red Green Blue C M Y K H S L
Decimal 8 237 229 0.97 0 0.03 0.07 177.9 0.93 0.48
Hex 8 ED E5 61 0 3 7 B2 5D 30
Octal 10 355 345 141 0 3 7 262 135 60
Binary 1000 11101101 11100101 1100001 0 11 111 10110010 1011101 110000

Color Harmonies of #08EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08EDE5

Black with #08EDE5

Text Example


Text Example

White with #08EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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