Html Css Color HEX #04F2CA Bright Turquoise

📋 copy color: '#04F2CA'

red 4 ◦ green 242 ◦ blue 202

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

Shades of Bright Turquoise #04F2CA

Tints of Bright Turquoise #04F2CA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.02%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 0.89%
G = 54.02%
B = 45.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#04F2CA (or 0x04F2CA) is known color: Bright Turquoise. HEX triplet: 04, F2 and CA. RGB value is (4,242,202). Sum of RGB (Red+Green+Blue) = 4+242+202=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 242 (94.92% from 255 or 54.02% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 242 - color contains mainly: green. Hex color #04F2CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F2CA is #FB0D35. Grayscale: #A6A6A6. Windows color (decimal): -16452918 or 13300228. OLE color: 13300228.

HSL color Cylindrical-coordinate representation of color #04F2CA: hue angle of 169.92º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04F2CA is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 242 202 -
CMYK 0.98 0 0.17 0.05
HSL 169.92º 0.97% 0.48% -
HSV(B) 169.92º 0.98% 0.95% -
XYZ 42.46 67.79 66.72 -
YUV 166.28 148.15 12.25 -
System Red Green Blue C M Y K H S L
Decimal 4 242 202 0.98 0 0.17 0.05 169.92 0.97 0.48
Hex 4 F2 CA 62 0 11 5 AA 61 30
Octal 4 362 312 142 0 21 5 252 141 60
Binary 100 11110010 11001010 1100010 0 10001 101 10101010 1100001 110000

Color Harmonies of #04F2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F2CA

Black with #04F2CA

Text Example


Text Example

White with #04F2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,242,202); }

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

background-color css

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

 a { background-color: rgb(4,242,202); }

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

border-color css

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

 span { border-color: rgb(4,242,202); }

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