Html Css Color HEX #04FCCE Bright Turquoise

📋 copy color: '#04FCCE'

red 4 ◦ green 252 ◦ blue 206

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

Shades of Bright Turquoise #04FCCE

Tints of Bright Turquoise #04FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.55%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 0.87%
G = 54.55%
B = 44.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#04FCCE (or 0x04FCCE) is known color: Bright Turquoise. HEX triplet: 04, FC and CE. RGB value is (4,252,206). Sum of RGB (Red+Green+Blue) = 4+252+206=462 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCCE is #FB0331. Grayscale: #ACACAC. Windows color (decimal): -16450354 or 13564932. OLE color: 13564932.

HSL color Cylindrical-coordinate representation of color #04FCCE: hue angle of 168.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FCCE is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 252 206 -
CMYK 0.98 0 0.18 0.01
HSL 168.87º 0.98% 0.5% -
HSV(B) 168.87º 0.98% 0.99% -
XYZ 46 74.1 70.27 -
YUV 172.6 146.84 7.74 -
System Red Green Blue C M Y K H S L
Decimal 4 252 206 0.98 0 0.18 0.01 168.87 0.98 0.5
Hex 4 FC CE 62 0 12 1 A9 62 32
Octal 4 374 316 142 0 22 1 251 142 62
Binary 100 11111100 11001110 1100010 0 10010 1 10101001 1100010 110010

Color Harmonies of #04FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCCE

Black with #04FCCE

Text Example


Text Example

White with #04FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,252,206); }

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

background-color css

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

 a { background-color: rgb(4,252,206); }

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

border-color css

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

 span { border-color: rgb(4,252,206); }

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