Html Css Color HEX #04ECDF Bright Turquoise

📋 copy color: '#04ECDF'

red 4 ◦ green 236 ◦ blue 223

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

Shades of Bright Turquoise #04ECDF

Tints of Bright Turquoise #04ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 0.86%
G = 50.97%
B = 48.16%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#04ECDF (or 0x04ECDF) is known color: Bright Turquoise. HEX triplet: 04, EC and DF. RGB value is (4,236,223). Sum of RGB (Red+Green+Blue) = 4+236+223=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECDF is #FB1320. Grayscale: #A4A4A4. Windows color (decimal): -16454433 or 14674948. OLE color: 14674948.

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

Color convert

RGB 4 236 223 -
CMYK 0.98 0 0.06 0.07
HSL 176.64º 0.97% 0.47% -
HSV(B) 176.64º 0.98% 0.93% -
XYZ 43.36 65.34 80.14 -
YUV 165.15 160.64 13.06 -
System Red Green Blue C M Y K H S L
Decimal 4 236 223 0.98 0 0.06 0.07 176.64 0.97 0.47
Hex 4 EC DF 62 0 6 7 B1 61 2F
Octal 4 354 337 142 0 6 7 261 141 57
Binary 100 11101100 11011111 1100010 0 110 111 10110001 1100001 101111

Color Harmonies of #04ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECDF

Black with #04ECDF

Text Example


Text Example

White with #04ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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