Html Css Color HEX #4BFACB Turquoise

📋 copy color: '#4BFACB'

red 75 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #4BFACB

Tints of Turquoise #4BFACB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.35%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 14.2%
G = 47.35%
B = 38.45%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#4BFACB (or 0x4BFACB) is known color: Turquoise. HEX triplet: 4B, FA and CB. RGB value is (75,250,203). Sum of RGB (Red+Green+Blue) = 75+250+203=528 (69% of max value = 765). Red value is 75 (29.69% from 255 or 14.20% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFACB is #B40534. Grayscale: #C0C0C0. Windows color (decimal): -11797813 or 13367883. OLE color: 13367883.

HSL color Cylindrical-coordinate representation of color #4BFACB: hue angle of 163.89º degrees, saturation: 0.95, 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 #4BFACB is Cyan = 0.7, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 250 203 -
CMYK 0.7 0 0.19 0.02
HSL 163.89º 0.95% 0.64% -
HSV(B) 163.89º 0.7% 0.98% -
XYZ 47.87 74.18 68.3 -
YUV 192.32 134.02 44.32 -
System Red Green Blue C M Y K H S L
Decimal 75 250 203 0.7 0 0.19 0.02 163.89 0.95 0.64
Hex 4B FA CB 46 0 13 2 A4 5F 40
Octal 113 372 313 106 0 23 2 244 137 100
Binary 1001011 11111010 11001011 1000110 0 10011 10 10100100 1011111 1000000

Color Harmonies of #4BFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFACB

Black with #4BFACB

Text Example


Text Example

White with #4BFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,250,203); }

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

background-color css

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

 a { background-color: rgb(75,250,203); }

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

border-color css

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

 span { border-color: rgb(75,250,203); }

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