Html Css Color HEX #04FFCA Bright Turquoise

📋 copy color: '#04FFCA'

red 4 ◦ green 255 ◦ blue 202

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

Shades of Bright Turquoise #04FFCA

Tints of Bright Turquoise #04FFCA

RGB

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

 GREEN value IS 255 (100% from 255) = 55.31%

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

R = 0.87%
G = 55.31%
B = 43.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#04FFCA (or 0x04FFCA) is known color: Bright Turquoise. HEX triplet: 04, FF and CA. RGB value is (4,255,202). Sum of RGB (Red+Green+Blue) = 4+255+202=461 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFCA is #FB0035. Grayscale: #ADADAD. Windows color (decimal): -16449590 or 13303556. OLE color: 13303556.

HSL color Cylindrical-coordinate representation of color #04FFCA: hue angle of 167.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFCA is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 202 -
CMYK 0.98 0 0.21 0
HSL 167.33º 1% 0.51% -
HSV(B) 167.33º 0.98% 1% -
XYZ 46.47 75.81 68.06 -
YUV 173.91 143.84 6.81 -
System Red Green Blue C M Y K H S L
Decimal 4 255 202 0.98 0 0.21 0 167.33 1 0.51
Hex 4 FF CA 62 0 15 0 A7 64 33
Octal 4 377 312 142 0 25 0 247 144 63
Binary 100 11111111 11001010 1100010 0 10101 0 10100111 1100100 110011

Color Harmonies of #04FFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFCA

Black with #04FFCA

Text Example


Text Example

White with #04FFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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