Html Css Color HEX #04DDF5 Bright Turquoise

📋 copy color: '#04DDF5'

red 4 ◦ green 221 ◦ blue 245

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

Shades of Bright Turquoise #04DDF5

Tints of Bright Turquoise #04DDF5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.02%

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

R = 0.85%
G = 47.02%
B = 52.13%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#04DDF5 (or 0x04DDF5) is known color: Bright Turquoise. HEX triplet: 04, DD and F5. RGB value is (4,221,245). Sum of RGB (Red+Green+Blue) = 4+221+245=470 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #04DDF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDF5 is #FB220A. Grayscale: #9E9E9E. Windows color (decimal): -16458251 or 16112900. OLE color: 16112900.

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

Color convert

RGB 4 221 245 -
CMYK 0.98 0.10 0 0.04
HSL 185.98º 0.97% 0.49% -
HSV(B) 185.98º 0.98% 0.96% -
XYZ 42.39 58.33 95.41 -
YUV 158.85 176.61 17.55 -
System Red Green Blue C M Y K H S L
Decimal 4 221 245 0.98 0.10 0 0.04 185.98 0.97 0.49
Hex 4 DD F5 62 A 0 4 BA 61 31
Octal 4 335 365 142 12 0 4 272 141 61
Binary 100 11011101 11110101 1100010 1010 0 100 10111010 1100001 110001

Color Harmonies of #04DDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDF5

Black with #04DDF5

Text Example


Text Example

White with #04DDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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