Html Css Color HEX #04EFCD Bright Turquoise

📋 copy color: '#04EFCD'

red 4 ◦ green 239 ◦ blue 205

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

Shades of Bright Turquoise #04EFCD

Tints of Bright Turquoise #04EFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.76%

R = 0.89%
G = 53.35%
B = 45.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#04EFCD (or 0x04EFCD) is known color: Bright Turquoise. HEX triplet: 04, EF and CD. RGB value is (4,239,205). Sum of RGB (Red+Green+Blue) = 4+239+205=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #04EFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EFCD is #FB1032. Grayscale: #A4A4A4. Windows color (decimal): -16453683 or 13496068. OLE color: 13496068.

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

Color convert

RGB 4 239 205 -
CMYK 0.98 0 0.14 0.06
HSL 171.32º 0.97% 0.48% -
HSV(B) 171.32º 0.98% 0.94% -
XYZ 41.94 66.17 68.32 -
YUV 164.86 150.64 13.26 -
System Red Green Blue C M Y K H S L
Decimal 4 239 205 0.98 0 0.14 0.06 171.32 0.97 0.48
Hex 4 EF CD 62 0 E 6 AB 61 30
Octal 4 357 315 142 0 16 6 253 141 60
Binary 100 11101111 11001101 1100010 0 1110 110 10101011 1100001 110000

Color Harmonies of #04EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EFCD

Black with #04EFCD

Text Example


Text Example

White with #04EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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