Html Css Color HEX #00FACF Bright Turquoise

📋 copy color: '#00FACF'

red 0 ◦ green 250 ◦ blue 207

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

Shades of Bright Turquoise #00FACF

Tints of Bright Turquoise #00FACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 0%
G = 54.7%
B = 45.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#00FACF (or 0x00FACF) is known color: Bright Turquoise. HEX triplet: 00, FA and CF. RGB value is (0,250,207). Sum of RGB (Red+Green+Blue) = 0+250+207=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #00FACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FACF is #FF0530. Grayscale: #AAAAAA. Windows color (decimal): -16713009 or 13629952. OLE color: 13629952.

HSL color Cylindrical-coordinate representation of color #00FACF: hue angle of 169.68º 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 #00FACF is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 250 207 -
CMYK 1 0 0.17 0.02
HSL 169.68º 1% 0.49% -
HSV(B) 169.68º 1% 0.98% -
XYZ 45.45 72.88 70.7 -
YUV 170.35 148.68 6.5 -
System Red Green Blue C M Y K H S L
Decimal 0 250 207 1 0 0.17 0.02 169.68 1 0.49
Hex 0 FA CF 64 0 11 2 AA 64 31
Octal 0 372 317 144 0 21 2 252 144 61
Binary 0 11111010 11001111 1100100 0 10001 10 10101010 1100100 110001

Color Harmonies of #00FACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FACF

Black with #00FACF

Text Example


Text Example

White with #00FACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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