Html Css Color HEX #4BFCD1 Turquoise

📋 copy color: '#4BFCD1'

red 75 ◦ green 252 ◦ blue 209

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

Shades of Turquoise #4BFCD1

Tints of Turquoise #4BFCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 13.99%
G = 47.01%
B = 38.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4BFCD1 (or 0x4BFCD1) is known color: Turquoise. HEX triplet: 4B, FC and D1. RGB value is (75,252,209). Sum of RGB (Red+Green+Blue) = 75+252+209=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCD1 is #B4032E. Grayscale: #C2C2C2. Windows color (decimal): -11797295 or 13761611. OLE color: 13761611.

HSL color Cylindrical-coordinate representation of color #4BFCD1: hue angle of 165.42º degrees, saturation: 0.97, 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 #4BFCD1 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 209 -
CMYK 0.70 0 0.17 0.01
HSL 165.42º 0.97% 0.64% -
HSV(B) 165.42º 0.7% 0.99% -
XYZ 49.22 75.72 72.34 -
YUV 194.18 136.36 43 -
System Red Green Blue C M Y K H S L
Decimal 75 252 209 0.70 0 0.17 0.01 165.42 0.97 0.64
Hex 4B FC D1 46 0 11 1 A5 61 40
Octal 113 374 321 106 0 21 1 245 141 100
Binary 1001011 11111100 11010001 1000110 0 10001 1 10100101 1100001 1000000

Color Harmonies of #4BFCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCD1

Black with #4BFCD1

Text Example


Text Example

White with #4BFCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,209); }

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

background-color css

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

 a { background-color: rgb(75,252,209); }

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

border-color css

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

 span { border-color: rgb(75,252,209); }

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