Html Css Color HEX #08ECDF Bright Turquoise

📋 copy color: '#08ECDF'

red 8 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #08ECDF

Tints of Bright Turquoise #08ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 1.71%
G = 50.54%
B = 47.75%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#08ECDF (or 0x08ECDF) is known color: Bright Turquoise. HEX triplet: 08, EC and DF. RGB value is (8,236,223). Sum of RGB (Red+Green+Blue) = 8+236+223=467 (61% of max value = 765). Red value is 8 (3.52% from 255 or 1.71% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #08ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08ECDF is #F71320. Grayscale: #A6A6A6. Windows color (decimal): -16192289 or 14674952. OLE color: 14674952.

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

Color convert

RGB 8 236 223 -
CMYK 0.97 0 0.06 0.07
HSL 176.58º 0.93% 0.48% -
HSV(B) 176.58º 0.97% 0.93% -
XYZ 43.41 65.37 80.14 -
YUV 166.35 159.96 15.06 -
System Red Green Blue C M Y K H S L
Decimal 8 236 223 0.97 0 0.06 0.07 176.58 0.93 0.48
Hex 8 EC DF 61 0 6 7 B1 5D 30
Octal 10 354 337 141 0 6 7 261 135 60
Binary 1000 11101100 11011111 1100001 0 110 111 10110001 1011101 110000

Color Harmonies of #08ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ECDF

Black with #08ECDF

Text Example


Text Example

White with #08ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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