Html Css Color HEX #04FAD2 Bright Turquoise

📋 copy color: '#04FAD2'

red 4 ◦ green 250 ◦ blue 210

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

Shades of Bright Turquoise #04FAD2

Tints of Bright Turquoise #04FAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 0.86%
G = 53.88%
B = 45.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#04FAD2 (or 0x04FAD2) is known color: Bright Turquoise. HEX triplet: 04, FA and D2. RGB value is (4,250,210). Sum of RGB (Red+Green+Blue) = 4+250+210=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #04FAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FAD2 is #FB052D. Grayscale: #ABABAB. Windows color (decimal): -16450862 or 13826564. OLE color: 13826564.

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

Color convert

RGB 4 250 210 -
CMYK 0.98 0 0.16 0.02
HSL 170.24º 0.97% 0.5% -
HSV(B) 170.24º 0.98% 0.98% -
XYZ 45.87 73.05 72.66 -
YUV 171.89 149.5 8.25 -
System Red Green Blue C M Y K H S L
Decimal 4 250 210 0.98 0 0.16 0.02 170.24 0.97 0.5
Hex 4 FA D2 62 0 10 2 AA 61 32
Octal 4 372 322 142 0 20 2 252 141 62
Binary 100 11111010 11010010 1100010 0 10000 10 10101010 1100001 110010

Color Harmonies of #04FAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FAD2

Black with #04FAD2

Text Example


Text Example

White with #04FAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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