Html Css Color HEX #04F5CC Bright Turquoise

📋 copy color: '#04F5CC'

red 4 ◦ green 245 ◦ blue 204

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

Shades of Bright Turquoise #04F5CC

Tints of Bright Turquoise #04F5CC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 54.08%

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 0.88%
G = 54.08%
B = 45.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#04F5CC (or 0x04F5CC) is known color: Bright Turquoise. HEX triplet: 04, F5 and CC. RGB value is (4,245,204). Sum of RGB (Red+Green+Blue) = 4+245+204=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #04F5CC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04F5CC is #FB0A33. Grayscale: #A8A8A8. Windows color (decimal): -16452148 or 13432068. OLE color: 13432068.

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

Color convert

RGB 4 245 204 -
CMYK 0.98 0 0.17 0.04
HSL 169.79º 0.97% 0.49% -
HSV(B) 169.79º 0.98% 0.96% -
XYZ 43.6 69.69 68.28 -
YUV 168.27 148.16 10.83 -
System Red Green Blue C M Y K H S L
Decimal 4 245 204 0.98 0 0.17 0.04 169.79 0.97 0.49
Hex 4 F5 CC 62 0 11 4 AA 61 31
Octal 4 365 314 142 0 21 4 252 141 61
Binary 100 11110101 11001100 1100010 0 10001 100 10101010 1100001 110001

Color Harmonies of #04F5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04F5CC

Black with #04F5CC

Text Example


Text Example

White with #04F5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,245,204); }

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

background-color css

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

 a { background-color: rgb(4,245,204); }

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

border-color css

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

 span { border-color: rgb(4,245,204); }

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