Html Css Color HEX #4BFCB0 Turquoise

📋 copy color: '#4BFCB0'

red 75 ◦ green 252 ◦ blue 176

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

Shades of Turquoise #4BFCB0

Tints of Turquoise #4BFCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.99%

R = 14.91%
G = 50.1%
B = 34.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#4BFCB0 (or 0x4BFCB0) is known color: Turquoise. HEX triplet: 4B, FC and B0. RGB value is (75,252,176). Sum of RGB (Red+Green+Blue) = 75+252+176=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 176 (69.14% from 255 or 34.99% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BFCB0 is #B4034F. Grayscale: #BEBEBE. Windows color (decimal): -11797328 or 11598923. OLE color: 11598923.

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

Color convert

RGB 75 252 176 -
CMYK 0.70 0 0.30 0.01
HSL 154.24º 0.97% 0.64% -
HSV(B) 154.24º 0.7% 0.99% -
XYZ 45.55 74.25 53.01 -
YUV 190.41 119.86 45.68 -
System Red Green Blue C M Y K H S L
Decimal 75 252 176 0.70 0 0.30 0.01 154.24 0.97 0.64
Hex 4B FC B0 46 0 1E 1 9A 61 40
Octal 113 374 260 106 0 36 1 232 141 100
Binary 1001011 11111100 10110000 1000110 0 11110 1 10011010 1100001 1000000

Color Harmonies of #4BFCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCB0

Black with #4BFCB0

Text Example


Text Example

White with #4BFCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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