Html Css Color HEX #00FADF Bright Turquoise

📋 copy color: '#00FADF'

red 0 ◦ green 250 ◦ blue 223

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

Shades of Bright Turquoise #00FADF

Tints of Bright Turquoise #00FADF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 52.85%
B = 47.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#00FADF (or 0x00FADF) is known color: Bright Turquoise. HEX triplet: 00, FA and DF. RGB value is (0,250,223). Sum of RGB (Red+Green+Blue) = 0+250+223=473 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #00FADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FADF is #FF0520. Grayscale: #ACACAC. Windows color (decimal): -16712993 or 14678528. OLE color: 14678528.

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

Color convert

RGB 0 250 223 -
CMYK 1 0 0.11 0.02
HSL 173.52º 1% 0.49% -
HSV(B) 173.52º 1% 0.98% -
XYZ 47.5 73.7 81.53 -
YUV 172.17 156.68 5.2 -
System Red Green Blue C M Y K H S L
Decimal 0 250 223 1 0 0.11 0.02 173.52 1 0.49
Hex 0 FA DF 64 0 B 2 AE 64 31
Octal 0 372 337 144 0 13 2 256 144 61
Binary 0 11111010 11011111 1100100 0 1011 10 10101110 1100100 110001

Color Harmonies of #00FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FADF

Black with #00FADF

Text Example


Text Example

White with #00FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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