Html Css Color HEX #04D5EA Bright Turquoise

📋 copy color: '#04D5EA'

red 4 ◦ green 213 ◦ blue 234

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

Shades of Bright Turquoise #04D5EA

Tints of Bright Turquoise #04D5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.88%

R = 0.89%
G = 47.23%
B = 51.88%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#04D5EA (or 0x04D5EA) is known color: Bright Turquoise. HEX triplet: 04, D5 and EA. RGB value is (4,213,234). Sum of RGB (Red+Green+Blue) = 4+213+234=451 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #04D5EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04D5EA is #FB2A15. Grayscale: #989898. Windows color (decimal): -16460310 or 15389956. OLE color: 15389956.

HSL color Cylindrical-coordinate representation of color #04D5EA: hue angle of 185.48º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D5EA is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 213 234 -
CMYK 0.98 0.09 0 0.08
HSL 185.48º 0.97% 0.47% -
HSV(B) 185.48º 0.98% 0.92% -
XYZ 38.7 53.55 86.14 -
YUV 152.9 173.76 21.79 -
System Red Green Blue C M Y K H S L
Decimal 4 213 234 0.98 0.09 0 0.08 185.48 0.97 0.47
Hex 4 D5 EA 62 9 0 8 B9 61 2F
Octal 4 325 352 142 11 0 10 271 141 57
Binary 100 11010101 11101010 1100010 1001 0 1000 10111001 1100001 101111

Color Harmonies of #04D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D5EA

Black with #04D5EA

Text Example


Text Example

White with #04D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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