Html Css Color HEX #04DDF6 Bright Turquoise

📋 copy color: '#04DDF6'

red 4 ◦ green 221 ◦ blue 246

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

Shades of Bright Turquoise #04DDF6

Tints of Bright Turquoise #04DDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.23%

R = 0.85%
G = 46.92%
B = 52.23%

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

#04DDF6 (or 0x04DDF6) is known color: Bright Turquoise. HEX triplet: 04, DD and F6. RGB value is (4,221,246). Sum of RGB (Red+Green+Blue) = 4+221+246=471 (62% of max value = 765). Red value is 4 (1.95% from 255 or 0.85% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 246 (96.48% from 255 or 52.23% from 471); Max value from RGB is 246 - color contains mainly: blue. Hex color #04DDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DDF6 is #FB2209. Grayscale: #9E9E9E. Windows color (decimal): -16458250 or 16178436. OLE color: 16178436.

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

Color convert

RGB 4 221 246 -
CMYK 0.98 0.10 0 0.04
HSL 186.2º 0.97% 0.49% -
HSV(B) 186.2º 0.98% 0.96% -
XYZ 42.54 58.39 96.22 -
YUV 158.97 177.11 17.47 -
System Red Green Blue C M Y K H S L
Decimal 4 221 246 0.98 0.10 0 0.04 186.2 0.97 0.49
Hex 4 DD F6 62 A 0 4 BA 61 31
Octal 4 335 366 142 12 0 4 272 141 61
Binary 100 11011101 11110110 1100010 1010 0 100 10111010 1100001 110001

Color Harmonies of #04DDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DDF6

Black with #04DDF6

Text Example


Text Example

White with #04DDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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