Html Css Color HEX #04ECBD Bright Turquoise

📋 copy color: '#04ECBD'

red 4 ◦ green 236 ◦ blue 189

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

Shades of Bright Turquoise #04ECBD

Tints of Bright Turquoise #04ECBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.06%

R = 0.93%
G = 55.01%
B = 44.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#04ECBD (or 0x04ECBD) is known color: Bright Turquoise. HEX triplet: 04, EC and BD. RGB value is (4,236,189). Sum of RGB (Red+Green+Blue) = 4+236+189=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #04ECBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04ECBD is #FB1342. Grayscale: #A1A1A1. Windows color (decimal): -16454467 or 12446724. OLE color: 12446724.

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

Color convert

RGB 4 236 189 -
CMYK 0.98 0 0.20 0.07
HSL 167.84º 0.97% 0.47% -
HSV(B) 167.84º 0.98% 0.93% -
XYZ 39.23 63.69 58.37 -
YUV 161.27 143.64 15.82 -
System Red Green Blue C M Y K H S L
Decimal 4 236 189 0.98 0 0.20 0.07 167.84 0.97 0.47
Hex 4 EC BD 62 0 14 7 A8 61 2F
Octal 4 354 275 142 0 24 7 250 141 57
Binary 100 11101100 10111101 1100010 0 10100 111 10101000 1100001 101111

Color Harmonies of #04ECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECBD

Black with #04ECBD

Text Example


Text Example

White with #04ECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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