Html Css Color HEX #04EFCC Bright Turquoise

📋 copy color: '#04EFCC'

red 4 ◦ green 239 ◦ blue 204

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

Shades of Bright Turquoise #04EFCC

Tints of Bright Turquoise #04EFCC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.47%

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

R = 0.89%
G = 53.47%
B = 45.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#04EFCC (or 0x04EFCC) is known color: Bright Turquoise. HEX triplet: 04, EF and CC. RGB value is (4,239,204). Sum of RGB (Red+Green+Blue) = 4+239+204=447 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFCC is #FB1033. Grayscale: #A4A4A4. Windows color (decimal): -16453684 or 13430532. OLE color: 13430532.

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

Color convert

RGB 4 239 204 -
CMYK 0.98 0 0.15 0.06
HSL 171.06º 0.97% 0.48% -
HSV(B) 171.06º 0.98% 0.94% -
XYZ 41.82 66.12 67.68 -
YUV 164.75 150.14 13.35 -
System Red Green Blue C M Y K H S L
Decimal 4 239 204 0.98 0 0.15 0.06 171.06 0.97 0.48
Hex 4 EF CC 62 0 F 6 AB 61 30
Octal 4 357 314 142 0 17 6 253 141 60
Binary 100 11101111 11001100 1100010 0 1111 110 10101011 1100001 110000

Color Harmonies of #04EFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFCC

Black with #04EFCC

Text Example


Text Example

White with #04EFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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