Html Css Color HEX #08FADC Bright Turquoise

📋 copy color: '#08FADC'

red 8 ◦ green 250 ◦ blue 220

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

Shades of Bright Turquoise #08FADC

Tints of Bright Turquoise #08FADC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 52.3%

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 1.67%
G = 52.3%
B = 46.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#08FADC (or 0x08FADC) is known color: Bright Turquoise. HEX triplet: 08, FA and DC. RGB value is (8,250,220). Sum of RGB (Red+Green+Blue) = 8+250+220=478 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 478); Green value is 250 (98.05% from 255 or 52.30% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 250 - color contains mainly: green. Hex color #08FADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08FADC is #F70523. Grayscale: #AEAEAE. Windows color (decimal): -16188708 or 14481928. OLE color: 14481928.

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

Color convert

RGB 8 250 220 -
CMYK 0.97 0 0.12 0.02
HSL 172.56º 0.96% 0.51% -
HSV(B) 172.56º 0.97% 0.98% -
XYZ 47.2 73.59 79.43 -
YUV 174.22 153.83 9.44 -
System Red Green Blue C M Y K H S L
Decimal 8 250 220 0.97 0 0.12 0.02 172.56 0.96 0.51
Hex 8 FA DC 61 0 C 2 AD 60 33
Octal 10 372 334 141 0 14 2 255 140 63
Binary 1000 11111010 11011100 1100001 0 1100 10 10101101 1100000 110011

Color Harmonies of #08FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08FADC

Black with #08FADC

Text Example


Text Example

White with #08FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,250,220); }

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

background-color css

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

 a { background-color: rgb(8,250,220); }

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

border-color css

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

 span { border-color: rgb(8,250,220); }

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