Html Css Color HEX #04FFCE Bright Turquoise

📋 copy color: '#04FFCE'

red 4 ◦ green 255 ◦ blue 206

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

Shades of Bright Turquoise #04FFCE

Tints of Bright Turquoise #04FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 54.84%

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

R = 0.86%
G = 54.84%
B = 44.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#04FFCE (or 0x04FFCE) is known color: Bright Turquoise. HEX triplet: 04, FF and CE. RGB value is (4,255,206). Sum of RGB (Red+Green+Blue) = 4+255+206=465 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #04FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FFCE is #FB0031. Grayscale: #AEAEAE. Windows color (decimal): -16449586 or 13565700. OLE color: 13565700.

HSL color Cylindrical-coordinate representation of color #04FFCE: hue angle of 168.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FFCE is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 4 255 206 -
CMYK 0.98 0 0.19 0
HSL 168.29º 1% 0.51% -
HSV(B) 168.29º 0.98% 1% -
XYZ 46.95 76 70.59 -
YUV 174.37 145.84 6.48 -
System Red Green Blue C M Y K H S L
Decimal 4 255 206 0.98 0 0.19 0 168.29 1 0.51
Hex 4 FF CE 62 0 13 0 A8 64 33
Octal 4 377 316 142 0 23 0 250 144 63
Binary 100 11111111 11001110 1100010 0 10011 0 10101000 1100100 110011

Color Harmonies of #04FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FFCE

Black with #04FFCE

Text Example


Text Example

White with #04FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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