Html Css Color HEX #04FCCB Bright Turquoise

📋 copy color: '#04FCCB'

red 4 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #04FCCB

Tints of Bright Turquoise #04FCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 0.87%
G = 54.9%
B = 44.23%

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

#04FCCB (or 0x04FCCB) is known color: Bright Turquoise. HEX triplet: 04, FC and CB. RGB value is (4,252,203). Sum of RGB (Red+Green+Blue) = 4+252+203=459 (60% of max value = 765). Red value is 4 (1.95% from 255 or 0.87% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #04FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #04FCCB is #FB0334. Grayscale: #ACACAC. Windows color (decimal): -16450357 or 13368324. OLE color: 13368324.

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

Color convert

RGB 4 252 203 -
CMYK 0.98 0 0.19 0.01
HSL 168.15º 0.98% 0.5% -
HSV(B) 168.15º 0.98% 0.99% -
XYZ 45.64 73.96 68.37 -
YUV 172.26 145.34 7.98 -
System Red Green Blue C M Y K H S L
Decimal 4 252 203 0.98 0 0.19 0.01 168.15 0.98 0.5
Hex 4 FC CB 62 0 13 1 A8 62 32
Octal 4 374 313 142 0 23 1 250 142 62
Binary 100 11111100 11001011 1100010 0 10011 1 10101000 1100010 110010

Color Harmonies of #04FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FCCB

Black with #04FCCB

Text Example


Text Example

White with #04FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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