Html Css Color HEX #04DCEE Bright Turquoise

📋 copy color: '#04DCEE'

red 4 ◦ green 220 ◦ blue 238

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

Shades of Bright Turquoise #04DCEE

Tints of Bright Turquoise #04DCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.52%

R = 0.87%
G = 47.62%
B = 51.52%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04DCEE (or 0x04DCEE) is known color: Bright Turquoise. HEX triplet: 04, DC and EE. RGB value is (4,220,238). Sum of RGB (Red+Green+Blue) = 4+220+238=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #04DCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DCEE is #FB2311. Grayscale: #9D9D9D. Windows color (decimal): -16458514 or 15653892. OLE color: 15653892.

HSL color Cylindrical-coordinate representation of color #04DCEE: hue angle of 184.62º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DCEE is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 220 238 -
CMYK 0.98 0.08 0 0.07
HSL 184.62º 0.97% 0.47% -
HSV(B) 184.62º 0.98% 0.93% -
XYZ 41.08 57.39 89.8 -
YUV 157.47 173.44 18.54 -
System Red Green Blue C M Y K H S L
Decimal 4 220 238 0.98 0.08 0 0.07 184.62 0.97 0.47
Hex 4 DC EE 62 8 0 7 B9 61 2F
Octal 4 334 356 142 10 0 7 271 141 57
Binary 100 11011100 11101110 1100010 1000 0 111 10111001 1100001 101111

Color Harmonies of #04DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DCEE

Black with #04DCEE

Text Example


Text Example

White with #04DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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