Html Css Color HEX #04DCEF Bright Turquoise

📋 copy color: '#04DCEF'

red 4 ◦ green 220 ◦ blue 239

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

Shades of Bright Turquoise #04DCEF

Tints of Bright Turquoise #04DCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 0.86%
G = 47.52%
B = 51.62%

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

#04DCEF (or 0x04DCEF) is known color: Bright Turquoise. HEX triplet: 04, DC and EF. RGB value is (4,220,239). Sum of RGB (Red+Green+Blue) = 4+220+239=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #04DCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCEF is #FB2310. Grayscale: #9D9D9D. Windows color (decimal): -16458513 or 15719428. OLE color: 15719428.

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

Color convert

RGB 4 220 239 -
CMYK 0.98 0.08 0 0.06
HSL 184.85º 0.97% 0.48% -
HSV(B) 184.85º 0.98% 0.94% -
XYZ 41.22 57.44 90.58 -
YUV 157.58 173.94 18.46 -
System Red Green Blue C M Y K H S L
Decimal 4 220 239 0.98 0.08 0 0.06 184.85 0.97 0.48
Hex 4 DC EF 62 8 0 6 B9 61 30
Octal 4 334 357 142 10 0 6 271 141 60
Binary 100 11011100 11101111 1100010 1000 0 110 10111001 1100001 110000

Color Harmonies of #04DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCEF

Black with #04DCEF

Text Example


Text Example

White with #04DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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