Html Css Color HEX #4BFCC4 Turquoise

📋 copy color: '#4BFCC4'

red 75 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #4BFCC4

Tints of Turquoise #4BFCC4

RGB

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

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

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

R = 14.34%
G = 48.18%
B = 37.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#4BFCC4 (or 0x4BFCC4) is known color: Turquoise. HEX triplet: 4B, FC and C4. RGB value is (75,252,196). Sum of RGB (Red+Green+Blue) = 75+252+196=523 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.34% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 196 (76.95% from 255 or 37.48% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCC4 is #B4033B. Grayscale: #C0C0C0. Windows color (decimal): -11797308 or 12909643. OLE color: 12909643.

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

Color convert

RGB 75 252 196 -
CMYK 0.70 0 0.22 0.01
HSL 161.02º 0.97% 0.64% -
HSV(B) 161.02º 0.7% 0.99% -
XYZ 47.68 75.1 64.21 -
YUV 192.69 129.86 44.05 -
System Red Green Blue C M Y K H S L
Decimal 75 252 196 0.70 0 0.22 0.01 161.02 0.97 0.64
Hex 4B FC C4 46 0 16 1 A1 61 40
Octal 113 374 304 106 0 26 1 241 141 100
Binary 1001011 11111100 11000100 1000110 0 10110 1 10100001 1100001 1000000

Color Harmonies of #4BFCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCC4

Black with #4BFCC4

Text Example


Text Example

White with #4BFCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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