Html Css Color HEX #4BFFC1 Turquoise

📋 copy color: '#4BFFC1'

red 75 ◦ green 255 ◦ blue 193

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

Shades of Turquoise #4BFFC1

Tints of Turquoise #4BFFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 14.34%
G = 48.76%
B = 36.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#4BFFC1 (or 0x4BFFC1) is known color: Turquoise. HEX triplet: 4B, FF and C1. RGB value is (75,255,193). Sum of RGB (Red+Green+Blue) = 75+255+193=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFC1 is #B4003E. Grayscale: #C2C2C2. Windows color (decimal): -11796543 or 12713803. OLE color: 12713803.

HSL color Cylindrical-coordinate representation of color #4BFFC1: hue angle of 159.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFC1 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 75 255 193 -
CMYK 0.71 0 0.24 0
HSL 159.33º 1% 0.65% -
HSV(B) 159.33º 0.71% 1% -
XYZ 48.29 76.87 62.74 -
YUV 194.11 127.37 43.04 -
System Red Green Blue C M Y K H S L
Decimal 75 255 193 0.71 0 0.24 0 159.33 1 0.65
Hex 4B FF C1 47 0 18 0 9F 64 41
Octal 113 377 301 107 0 30 0 237 144 101
Binary 1001011 11111111 11000001 1000111 0 11000 0 10011111 1100100 1000001

Color Harmonies of #4BFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFFC1

Black with #4BFFC1

Text Example


Text Example

White with #4BFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,255,193); }

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

background-color css

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

 a { background-color: rgb(75,255,193); }

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

border-color css

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

 span { border-color: rgb(75,255,193); }

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