Html Css Color HEX #4BFDC0 Turquoise

📋 copy color: '#4BFDC0'

red 75 ◦ green 253 ◦ blue 192

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

Shades of Turquoise #4BFDC0

Tints of Turquoise #4BFDC0

RGB

 RED value IS 75 (29.69% from 255) = 14.42%

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

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 14.42%
G = 48.65%
B = 36.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#4BFDC0 (or 0x4BFDC0) is known color: Turquoise. HEX triplet: 4B, FD and C0. RGB value is (75,253,192). Sum of RGB (Red+Green+Blue) = 75+253+192=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDC0 is #B4023F. Grayscale: #C0C0C0. Windows color (decimal): -11797056 or 12647755. OLE color: 12647755.

HSL color Cylindrical-coordinate representation of color #4BFDC0: hue angle of 159.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFDC0 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 253 192 -
CMYK 0.70 0 0.24 0.01
HSL 159.44º 0.98% 0.64% -
HSV(B) 159.44º 0.7% 0.99% -
XYZ 47.54 75.55 61.95 -
YUV 192.82 127.53 43.96 -
System Red Green Blue C M Y K H S L
Decimal 75 253 192 0.70 0 0.24 0.01 159.44 0.98 0.64
Hex 4B FD C0 46 0 18 1 9F 62 40
Octal 113 375 300 106 0 30 1 237 142 100
Binary 1001011 11111101 11000000 1000110 0 11000 1 10011111 1100010 1000000

Color Harmonies of #4BFDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDC0

Black with #4BFDC0

Text Example


Text Example

White with #4BFDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BFDC0; }

 p { color: rgb(75,253,192); }

 H1.HeaderClassName
 {
   color: #4BFDC0;
 }
 .AnyTagClassName
 {
   color: #4BFDC0;
 }
</style>

background-color css

<style>
 a { background-color: #4BFDC0; }

 a { background-color: rgb(75,253,192); }

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

border-color css

<style>
 span { border-color: #4BFDC0; }

 span { border-color: rgb(75,253,192); }

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