Html Css Color HEX #4BFBC3 Turquoise

📋 copy color: '#4BFBC3'

red 75 ◦ green 251 ◦ blue 195

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

Shades of Turquoise #4BFBC3

Tints of Turquoise #4BFBC3

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.18%

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 14.4%
G = 48.18%
B = 37.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#4BFBC3 (or 0x4BFBC3) is known color: Turquoise. HEX triplet: 4B, FB and C3. RGB value is (75,251,195). Sum of RGB (Red+Green+Blue) = 75+251+195=521 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.40% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBC3 is #B4043C. Grayscale: #C0C0C0. Windows color (decimal): -11797565 or 12843851. OLE color: 12843851.

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

Color convert

RGB 75 251 195 -
CMYK 0.70 0 0.22 0.02
HSL 160.91º 0.96% 0.64% -
HSV(B) 160.91º 0.7% 0.98% -
XYZ 47.25 74.43 63.51 -
YUV 191.99 129.69 44.55 -
System Red Green Blue C M Y K H S L
Decimal 75 251 195 0.70 0 0.22 0.02 160.91 0.96 0.64
Hex 4B FB C3 46 0 16 2 A1 60 40
Octal 113 373 303 106 0 26 2 241 140 100
Binary 1001011 11111011 11000011 1000110 0 10110 10 10100001 1100000 1000000

Color Harmonies of #4BFBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBC3

Black with #4BFBC3

Text Example


Text Example

White with #4BFBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,251,195); }

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

background-color css

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

 a { background-color: rgb(75,251,195); }

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

border-color css

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

 span { border-color: rgb(75,251,195); }

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