Html Css Color HEX #04FDCE Bright Turquoise

📋 copy color: '#04FDCE'

red 4 ◦ green 253 ◦ blue 206

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

Shades of Bright Turquoise #04FDCE

Tints of Bright Turquoise #04FDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 54.64%

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

R = 0.86%
G = 54.64%
B = 44.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#04FDCE (or 0x04FDCE) is known color: Bright Turquoise. HEX triplet: 04, FD and CE. RGB value is (4,253,206). Sum of RGB (Red+Green+Blue) = 4+253+206=463 (61% of max value = 765). Red value is 4 (1.95% from 255 or 0.86% from 463); Green value is 253 (99.22% from 255 or 54.64% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 253 - color contains mainly: green. Hex color #04FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FDCE is #FB0231. Grayscale: #ADADAD. Windows color (decimal): -16450098 or 13565188. OLE color: 13565188.

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

Color convert

RGB 4 253 206 -
CMYK 0.98 0 0.19 0.01
HSL 168.67º 0.98% 0.5% -
HSV(B) 168.67º 0.98% 0.99% -
XYZ 46.32 74.73 70.38 -
YUV 173.19 146.51 7.32 -
System Red Green Blue C M Y K H S L
Decimal 4 253 206 0.98 0 0.19 0.01 168.67 0.98 0.5
Hex 4 FD CE 62 0 13 1 A9 62 32
Octal 4 375 316 142 0 23 1 251 142 62
Binary 100 11111101 11001110 1100010 0 10011 1 10101001 1100010 110010

Color Harmonies of #04FDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FDCE

Black with #04FDCE

Text Example


Text Example

White with #04FDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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