Html Css Color HEX #04D5EF Bright Turquoise

📋 copy color: '#04D5EF'

red 4 ◦ green 213 ◦ blue 239

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

Shades of Bright Turquoise #04D5EF

Tints of Bright Turquoise #04D5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 0.88%
G = 46.71%
B = 52.41%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04D5EF (or 0x04D5EF) is known color: Bright Turquoise. HEX triplet: 04, D5 and EF. RGB value is (4,213,239). Sum of RGB (Red+Green+Blue) = 4+213+239=456 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.88% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #04D5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5EF is #FB2A10. Grayscale: #999999. Windows color (decimal): -16460305 or 15717636. OLE color: 15717636.

HSL color Cylindrical-coordinate representation of color #04D5EF: hue angle of 186.64º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5EF is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 213 239 -
CMYK 0.98 0.11 0 0.06
HSL 186.64º 0.97% 0.48% -
HSV(B) 186.64º 0.98% 0.94% -
XYZ 39.42 53.85 89.98 -
YUV 153.47 176.26 21.39 -
System Red Green Blue C M Y K H S L
Decimal 4 213 239 0.98 0.11 0 0.06 186.64 0.97 0.48
Hex 4 D5 EF 62 B 0 6 BB 61 30
Octal 4 325 357 142 13 0 6 273 141 60
Binary 100 11010101 11101111 1100010 1011 0 110 10111011 1100001 110000

Color Harmonies of #04D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D5EF

Black with #04D5EF

Text Example


Text Example

White with #04D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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