Html Css Color HEX #4BFBCE Turquoise

📋 copy color: '#4BFBCE'

red 75 ◦ green 251 ◦ blue 206

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

Shades of Turquoise #4BFBCE

Tints of Turquoise #4BFBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.72%

R = 14.1%
G = 47.18%
B = 38.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#4BFBCE (or 0x4BFBCE) is known color: Turquoise. HEX triplet: 4B, FB and CE. RGB value is (75,251,206). Sum of RGB (Red+Green+Blue) = 75+251+206=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFBCE is #B40431. Grayscale: #C1C1C1. Windows color (decimal): -11797554 or 13564747. OLE color: 13564747.

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

Color convert

RGB 75 251 206 -
CMYK 0.70 0 0.18 0.02
HSL 164.66º 0.96% 0.64% -
HSV(B) 164.66º 0.7% 0.98% -
XYZ 48.54 74.95 70.3 -
YUV 193.25 135.19 43.66 -
System Red Green Blue C M Y K H S L
Decimal 75 251 206 0.70 0 0.18 0.02 164.66 0.96 0.64
Hex 4B FB CE 46 0 12 2 A5 60 40
Octal 113 373 316 106 0 22 2 245 140 100
Binary 1001011 11111011 11001110 1000110 0 10010 10 10100101 1100000 1000000

Color Harmonies of #4BFBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBCE

Black with #4BFBCE

Text Example


Text Example

White with #4BFBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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