Html Css Color HEX #04D5EC Bright Turquoise

📋 copy color: '#04D5EC'

red 4 ◦ green 213 ◦ blue 236

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

Shades of Bright Turquoise #04D5EC

Tints of Bright Turquoise #04D5EC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.02%

 BLUE value IS 236 (92.58% from 255) = 52.1%

R = 0.88%
G = 47.02%
B = 52.1%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04D5EC (or 0x04D5EC) is known color: Bright Turquoise. HEX triplet: 04, D5 and EC. RGB value is (4,213,236). Sum of RGB (Red+Green+Blue) = 4+213+236=453 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #04D5EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5EC is #FB2A13. Grayscale: #989898. Windows color (decimal): -16460308 or 15521028. OLE color: 15521028.

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

Color convert

RGB 4 213 236 -
CMYK 0.98 0.10 0 0.07
HSL 185.95º 0.97% 0.47% -
HSV(B) 185.95º 0.98% 0.93% -
XYZ 38.98 53.67 87.66 -
YUV 153.13 174.76 21.63 -
System Red Green Blue C M Y K H S L
Decimal 4 213 236 0.98 0.10 0 0.07 185.95 0.97 0.47
Hex 4 D5 EC 62 A 0 7 BA 61 2F
Octal 4 325 354 142 12 0 7 272 141 57
Binary 100 11010101 11101100 1100010 1010 0 111 10111010 1100001 101111

Color Harmonies of #04D5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D5EC

Black with #04D5EC

Text Example


Text Example

White with #04D5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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