Html Css Color HEX #04DCF0 Bright Turquoise

📋 copy color: '#04DCF0'

red 4 ◦ green 220 ◦ blue 240

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

Shades of Bright Turquoise #04DCF0

Tints of Bright Turquoise #04DCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 240 (94.14% from 255) = 51.72%

R = 0.86%
G = 47.41%
B = 51.72%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#04DCF0 (or 0x04DCF0) is known color: Bright Turquoise. HEX triplet: 04, DC and F0. RGB value is (4,220,240). Sum of RGB (Red+Green+Blue) = 4+220+240=464 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #04DCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCF0 is #FB230F. Grayscale: #9D9D9D. Windows color (decimal): -16458512 or 15784964. OLE color: 15784964.

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

Color convert

RGB 4 220 240 -
CMYK 0.98 0.08 0 0.06
HSL 185.08º 0.97% 0.48% -
HSV(B) 185.08º 0.98% 0.94% -
XYZ 41.37 57.5 91.36 -
YUV 157.7 174.44 18.37 -
System Red Green Blue C M Y K H S L
Decimal 4 220 240 0.98 0.08 0 0.06 185.08 0.97 0.48
Hex 4 DC F0 62 8 0 6 B9 61 30
Octal 4 334 360 142 10 0 6 271 141 60
Binary 100 11011100 11110000 1100010 1000 0 110 10111001 1100001 110000

Color Harmonies of #04DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCF0

Black with #04DCF0

Text Example


Text Example

White with #04DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,220,240); }

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

background-color css

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

 a { background-color: rgb(4,220,240); }

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

border-color css

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

 span { border-color: rgb(4,220,240); }

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