Html Css Color HEX #4BFBC4 Turquoise

📋 copy color: '#4BFBC4'

red 75 ◦ green 251 ◦ blue 196

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

Shades of Turquoise #4BFBC4

Tints of Turquoise #4BFBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 14.37%
G = 48.08%
B = 37.55%

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

#4BFBC4 (or 0x4BFBC4) is known color: Turquoise. HEX triplet: 4B, FB and C4. RGB value is (75,251,196). Sum of RGB (Red+Green+Blue) = 75+251+196=522 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.37% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBC4 is #B4043B. Grayscale: #C0C0C0. Windows color (decimal): -11797564 or 12909387. OLE color: 12909387.

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

Color convert

RGB 75 251 196 -
CMYK 0.70 0 0.22 0.02
HSL 161.25º 0.96% 0.64% -
HSV(B) 161.25º 0.7% 0.98% -
XYZ 47.36 74.48 64.1 -
YUV 192.11 130.19 44.47 -
System Red Green Blue C M Y K H S L
Decimal 75 251 196 0.70 0 0.22 0.02 161.25 0.96 0.64
Hex 4B FB C4 46 0 16 2 A1 60 40
Octal 113 373 304 106 0 26 2 241 140 100
Binary 1001011 11111011 11000100 1000110 0 10110 10 10100001 1100000 1000000

Color Harmonies of #4BFBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBC4

Black with #4BFBC4

Text Example


Text Example

White with #4BFBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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