Html Css Color HEX #04ECD8 Bright Turquoise

📋 copy color: '#04ECD8'

red 4 ◦ green 236 ◦ blue 216

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

Shades of Bright Turquoise #04ECD8

Tints of Bright Turquoise #04ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.75%

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 0.88%
G = 51.75%
B = 47.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#04ECD8 (or 0x04ECD8) is known color: Bright Turquoise. HEX triplet: 04, EC and D8. RGB value is (4,236,216). Sum of RGB (Red+Green+Blue) = 4+236+216=456 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 456); Green value is 236 (92.58% from 255 or 51.75% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECD8 is #FB1327. Grayscale: #A4A4A4. Windows color (decimal): -16454440 or 14216196. OLE color: 14216196.

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

Color convert

RGB 4 236 216 -
CMYK 0.98 0 0.08 0.07
HSL 174.83º 0.97% 0.47% -
HSV(B) 174.83º 0.98% 0.93% -
XYZ 42.44 64.97 75.27 -
YUV 164.35 157.14 13.63 -
System Red Green Blue C M Y K H S L
Decimal 4 236 216 0.98 0 0.08 0.07 174.83 0.97 0.47
Hex 4 EC D8 62 0 8 7 AF 61 2F
Octal 4 354 330 142 0 10 7 257 141 57
Binary 100 11101100 11011000 1100010 0 1000 111 10101111 1100001 101111

Color Harmonies of #04ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECD8

Black with #04ECD8

Text Example


Text Example

White with #04ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,236,216); }

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

background-color css

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

 a { background-color: rgb(4,236,216); }

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

border-color css

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

 span { border-color: rgb(4,236,216); }

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