Html Css Color HEX #04ECED Bright Turquoise

📋 copy color: '#04ECED'

red 4 ◦ green 236 ◦ blue 237

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

Shades of Bright Turquoise #04ECED

Tints of Bright Turquoise #04ECED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.69%

R = 0.84%
G = 49.48%
B = 49.69%

CMYK

 C value IS 0.98

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04ECED (or 0x04ECED) is known color: Bright Turquoise. HEX triplet: 04, EC and ED. RGB value is (4,236,237). Sum of RGB (Red+Green+Blue) = 4+236+237=477 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.84% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #04ECED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #04ECED is #FB1312. Grayscale: #A6A6A6. Windows color (decimal): -16454419 or 15592452. OLE color: 15592452.

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

Color convert

RGB 4 236 237 -
CMYK 0.98 0.00 0 0.07
HSL 180.26º 0.97% 0.47% -
HSV(B) 180.26º 0.98% 0.93% -
XYZ 45.33 66.13 90.5 -
YUV 166.75 167.64 11.92 -
System Red Green Blue C M Y K H S L
Decimal 4 236 237 0.98 0.00 0 0.07 180.26 0.97 0.47
Hex 4 EC ED 62 0 0 7 B4 61 2F
Octal 4 354 355 142 0 0 7 264 141 57
Binary 100 11101100 11101101 1100010 0 0 111 10110100 1100001 101111

Color Harmonies of #04ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04ECED

Black with #04ECED

Text Example


Text Example

White with #04ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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