Html Css Color HEX #04FACD Bright Turquoise

📋 copy color: '#04FACD'

red 4 ◦ green 250 ◦ blue 205

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

Shades of Bright Turquoise #04FACD

Tints of Bright Turquoise #04FACD

RGB

 RED value IS 4 (1.95% from 255) = 0.87%

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 0.87%
G = 54.47%
B = 44.66%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#04FACD (or 0x04FACD) is known color: Bright Turquoise. HEX triplet: 04, FA and CD. RGB value is (4,250,205). Sum of RGB (Red+Green+Blue) = 4+250+205=459 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 459); Green value is 250 (98.05% from 255 or 54.47% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 250 - color contains mainly: green. Hex color #04FACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FACD is #FB0532. Grayscale: #ABABAB. Windows color (decimal): -16450867 or 13498884. OLE color: 13498884.

HSL color Cylindrical-coordinate representation of color #04FACD: hue angle of 169.02º degrees, saturation: 0.97, 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 #04FACD is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 250 205 -
CMYK 0.98 0 0.18 0.02
HSL 169.02º 0.97% 0.5% -
HSV(B) 169.02º 0.98% 0.98% -
XYZ 45.26 72.8 69.43 -
YUV 171.32 147 8.66 -
System Red Green Blue C M Y K H S L
Decimal 4 250 205 0.98 0 0.18 0.02 169.02 0.97 0.5
Hex 4 FA CD 62 0 12 2 A9 61 32
Octal 4 372 315 142 0 22 2 251 141 62
Binary 100 11111010 11001101 1100010 0 10010 10 10101001 1100001 110010

Color Harmonies of #04FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FACD

Black with #04FACD

Text Example


Text Example

White with #04FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04FACD; }

 p { color: rgb(4,250,205); }

 H1.HeaderClassName
 {
   color: #04FACD;
 }
 .AnyTagClassName
 {
   color: #04FACD;
 }
</style>

background-color css

<style>
 a { background-color: #04FACD; }

 a { background-color: rgb(4,250,205); }

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

border-color css

<style>
 span { border-color: #04FACD; }

 span { border-color: rgb(4,250,205); }

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