Html Css Color HEX #08ECD7 Bright Turquoise

📋 copy color: '#08ECD7'

red 8 ◦ green 236 ◦ blue 215

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

Shades of Bright Turquoise #08ECD7

Tints of Bright Turquoise #08ECD7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.42%

 BLUE value IS 215 (84.38% from 255) = 46.84%

R = 1.74%
G = 51.42%
B = 46.84%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#08ECD7 (or 0x08ECD7) is known color: Bright Turquoise. HEX triplet: 08, EC and D7. RGB value is (8,236,215). Sum of RGB (Red+Green+Blue) = 8+236+215=459 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 459); Green value is 236 (92.58% from 255 or 51.42% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECD7 is #F71328. Grayscale: #A5A5A5. Windows color (decimal): -16192297 or 14150664. OLE color: 14150664.

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

Color convert

RGB 8 236 215 -
CMYK 0.97 0 0.09 0.07
HSL 174.47º 0.93% 0.48% -
HSV(B) 174.47º 0.97% 0.93% -
XYZ 42.36 64.95 74.59 -
YUV 165.43 155.96 15.71 -
System Red Green Blue C M Y K H S L
Decimal 8 236 215 0.97 0 0.09 0.07 174.47 0.93 0.48
Hex 8 EC D7 61 0 9 7 AE 5D 30
Octal 10 354 327 141 0 11 7 256 135 60
Binary 1000 11101100 11010111 1100001 0 1001 111 10101110 1011101 110000

Color Harmonies of #08ECD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ECD7

Black with #08ECD7

Text Example


Text Example

White with #08ECD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,236,215); }

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

background-color css

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

 a { background-color: rgb(8,236,215); }

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

border-color css

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

 span { border-color: rgb(8,236,215); }

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