Html Css Color HEX #08FEDF Bright Turquoise

📋 copy color: '#08FEDF'

red 8 ◦ green 254 ◦ blue 223

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

Shades of Bright Turquoise #08FEDF

Tints of Bright Turquoise #08FEDF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.37%

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

R = 1.65%
G = 52.37%
B = 45.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#08FEDF (or 0x08FEDF) is known color: Bright Turquoise. HEX triplet: 08, FE and DF. RGB value is (8,254,223). Sum of RGB (Red+Green+Blue) = 8+254+223=485 (64% of max value = 765). Red value is 8 (3.52% from 255 or 1.65% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #08FEDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FEDF is #F70120. Grayscale: #B0B0B0. Windows color (decimal): -16187681 or 14679560. OLE color: 14679560.

HSL color Cylindrical-coordinate representation of color #08FEDF: hue angle of 172.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FEDF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 254 223 -
CMYK 0.97 0 0.12 0.00
HSL 172.44º 0.99% 0.51% -
HSV(B) 172.44º 0.97% 1% -
XYZ 48.86 76.26 81.96 -
YUV 176.91 154 7.52 -
System Red Green Blue C M Y K H S L
Decimal 8 254 223 0.97 0 0.12 0.00 172.44 0.99 0.51
Hex 8 FE DF 61 0 C 0 AC 63 33
Octal 10 376 337 141 0 14 0 254 143 63
Binary 1000 11111110 11011111 1100001 0 1100 0 10101100 1100011 110011

Color Harmonies of #08FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FEDF

Black with #08FEDF

Text Example


Text Example

White with #08FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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