Html Css Color HEX #4BFDD9 Turquoise

📋 copy color: '#4BFDD9'

red 75 ◦ green 253 ◦ blue 217

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

Shades of Turquoise #4BFDD9

Tints of Turquoise #4BFDD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.82%

R = 13.76%
G = 46.42%
B = 39.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#4BFDD9 (or 0x4BFDD9) is known color: Turquoise. HEX triplet: 4B, FD and D9. RGB value is (75,253,217). Sum of RGB (Red+Green+Blue) = 75+253+217=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 217 (85.16% from 255 or 39.82% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #4BFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFDD9 is #B40226. Grayscale: #C3C3C3. Windows color (decimal): -11797031 or 14286155. OLE color: 14286155.

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

Color convert

RGB 75 253 217 -
CMYK 0.70 0 0.14 0.01
HSL 167.87º 0.98% 0.64% -
HSV(B) 167.87º 0.7% 0.99% -
XYZ 50.55 76.76 77.8 -
YUV 195.67 140.03 41.93 -
System Red Green Blue C M Y K H S L
Decimal 75 253 217 0.70 0 0.14 0.01 167.87 0.98 0.64
Hex 4B FD D9 46 0 E 1 A8 62 40
Octal 113 375 331 106 0 16 1 250 142 100
Binary 1001011 11111101 11011001 1000110 0 1110 1 10101000 1100010 1000000

Color Harmonies of #4BFDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFDD9

Black with #4BFDD9

Text Example


Text Example

White with #4BFDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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