Html Css Color HEX #04EEDD Bright Turquoise

📋 copy color: '#04EEDD'

red 4 ◦ green 238 ◦ blue 221

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

Shades of Bright Turquoise #04EEDD

Tints of Bright Turquoise #04EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.4%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 0.86%
G = 51.4%
B = 47.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#04EEDD (or 0x04EEDD) is known color: Bright Turquoise. HEX triplet: 04, EE and DD. RGB value is (4,238,221). Sum of RGB (Red+Green+Blue) = 4+238+221=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 238 (93.36% from 255 or 51.40% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 238 - color contains mainly: green. Hex color #04EEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04EEDD is #FB1122. Grayscale: #A5A5A5. Windows color (decimal): -16453923 or 14544388. OLE color: 14544388.

HSL color Cylindrical-coordinate representation of color #04EEDD: hue angle of 175.64º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EEDD is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 238 221 -
CMYK 0.98 0 0.07 0.07
HSL 175.64º 0.97% 0.47% -
HSV(B) 175.64º 0.98% 0.93% -
XYZ 43.68 66.4 78.92 -
YUV 166.1 158.98 12.38 -
System Red Green Blue C M Y K H S L
Decimal 4 238 221 0.98 0 0.07 0.07 175.64 0.97 0.47
Hex 4 EE DD 62 0 7 7 B0 61 2F
Octal 4 356 335 142 0 7 7 260 141 57
Binary 100 11101110 11011101 1100010 0 111 111 10110000 1100001 101111

Color Harmonies of #04EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EEDD

Black with #04EEDD

Text Example


Text Example

White with #04EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,238,221); }

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

background-color css

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

 a { background-color: rgb(4,238,221); }

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

border-color css

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

 span { border-color: rgb(4,238,221); }

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