Html Css Color HEX #04DEEC Bright Turquoise

📋 copy color: '#04DEEC'

red 4 ◦ green 222 ◦ blue 236

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

Shades of Bright Turquoise #04DEEC

Tints of Bright Turquoise #04DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 0.87%
G = 48.05%
B = 51.08%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#04DEEC (or 0x04DEEC) is known color: Bright Turquoise. HEX triplet: 04, DE and EC. RGB value is (4,222,236). Sum of RGB (Red+Green+Blue) = 4+222+236=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #04DEEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04DEEC is #FB2113. Grayscale: #9E9E9E. Windows color (decimal): -16458004 or 15523332. OLE color: 15523332.

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

Color convert

RGB 4 222 236 -
CMYK 0.98 0.06 0 0.07
HSL 183.62º 0.97% 0.47% -
HSV(B) 183.62º 0.98% 0.93% -
XYZ 41.31 58.32 88.44 -
YUV 158.41 171.78 17.86 -
System Red Green Blue C M Y K H S L
Decimal 4 222 236 0.98 0.06 0 0.07 183.62 0.97 0.47
Hex 4 DE EC 62 6 0 7 B8 61 2F
Octal 4 336 354 142 6 0 7 270 141 57
Binary 100 11011110 11101100 1100010 110 0 111 10111000 1100001 101111

Color Harmonies of #04DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04DEEC

Black with #04DEEC

Text Example


Text Example

White with #04DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,222,236); }

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

background-color css

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

 a { background-color: rgb(4,222,236); }

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

border-color css

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

 span { border-color: rgb(4,222,236); }

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