Html Css Color HEX #04DFF5 Bright Turquoise

📋 copy color: '#04DFF5'

red 4 ◦ green 223 ◦ blue 245

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

Shades of Bright Turquoise #04DFF5

Tints of Bright Turquoise #04DFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.25%

 BLUE value IS 245 (96.09% from 255) = 51.91%

R = 0.85%
G = 47.25%
B = 51.91%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#04DFF5 (or 0x04DFF5) is known color: Bright Turquoise. HEX triplet: 04, DF and F5. RGB value is (4,223,245). Sum of RGB (Red+Green+Blue) = 4+223+245=472 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #04DFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DFF5 is #FB200A. Grayscale: #9F9F9F. Windows color (decimal): -16457739 or 16113412. OLE color: 16113412.

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

Color convert

RGB 4 223 245 -
CMYK 0.98 0.09 0 0.04
HSL 185.48º 0.97% 0.49% -
HSV(B) 185.48º 0.98% 0.96% -
XYZ 42.92 59.39 95.59 -
YUV 160.03 175.95 16.71 -
System Red Green Blue C M Y K H S L
Decimal 4 223 245 0.98 0.09 0 0.04 185.48 0.97 0.49
Hex 4 DF F5 62 9 0 4 B9 61 31
Octal 4 337 365 142 11 0 4 271 141 61
Binary 100 11011111 11110101 1100010 1001 0 100 10111001 1100001 110001

Color Harmonies of #04DFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DFF5

Black with #04DFF5

Text Example


Text Example

White with #04DFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,223,245); }

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

background-color css

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

 a { background-color: rgb(4,223,245); }

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

border-color css

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

 span { border-color: rgb(4,223,245); }

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