Html Css Color HEX #06FADF Bright Turquoise

📋 copy color: '#06FADF'

red 6 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #06FADF

Tints of Bright Turquoise #06FADF

RGB

 RED value IS 6 (2.73% from 255) = 1.25%

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

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

R = 1.25%
G = 52.19%
B = 46.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#06FADF (or 0x06FADF) is known color: Bright Turquoise. HEX triplet: 06, FA and DF. RGB value is (6,250,223). Sum of RGB (Red+Green+Blue) = 6+250+223=479 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.25% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #06FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FADF is #F90520. Grayscale: #ADADAD. Windows color (decimal): -16319777 or 14678534. OLE color: 14678534.

HSL color Cylindrical-coordinate representation of color #06FADF: hue angle of 173.36º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FADF is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 250 223 -
CMYK 0.98 0 0.11 0.02
HSL 173.36º 0.96% 0.5% -
HSV(B) 173.36º 0.98% 0.98% -
XYZ 47.58 73.74 81.54 -
YUV 173.97 155.66 8.2 -
System Red Green Blue C M Y K H S L
Decimal 6 250 223 0.98 0 0.11 0.02 173.36 0.96 0.5
Hex 6 FA DF 62 0 B 2 AD 60 32
Octal 6 372 337 142 0 13 2 255 140 62
Binary 110 11111010 11011111 1100010 0 1011 10 10101101 1100000 110010

Color Harmonies of #06FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FADF

Black with #06FADF

Text Example


Text Example

White with #06FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FADF; }

 p { color: rgb(6,250,223); }

 H1.HeaderClassName
 {
   color: #06FADF;
 }
 .AnyTagClassName
 {
   color: #06FADF;
 }
</style>

background-color css

<style>
 a { background-color: #06FADF; }

 a { background-color: rgb(6,250,223); }

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

border-color css

<style>
 span { border-color: #06FADF; }

 span { border-color: rgb(6,250,223); }

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