Html Css Color HEX #4BFCD0 Turquoise

📋 copy color: '#4BFCD0'

red 75 ◦ green 252 ◦ blue 208

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

Shades of Turquoise #4BFCD0

Tints of Turquoise #4BFCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 14.02%
G = 47.1%
B = 38.88%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#4BFCD0 (or 0x4BFCD0) is known color: Turquoise. HEX triplet: 4B, FC and D0. RGB value is (75,252,208). Sum of RGB (Red+Green+Blue) = 75+252+208=535 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.02% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCD0 is #B4032F. Grayscale: #C2C2C2. Windows color (decimal): -11797296 or 13696075. OLE color: 13696075.

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

Color convert

RGB 75 252 208 -
CMYK 0.70 0 0.17 0.01
HSL 165.08º 0.97% 0.64% -
HSV(B) 165.08º 0.7% 0.99% -
XYZ 49.1 75.67 71.69 -
YUV 194.06 135.86 43.08 -
System Red Green Blue C M Y K H S L
Decimal 75 252 208 0.70 0 0.17 0.01 165.08 0.97 0.64
Hex 4B FC D0 46 0 11 1 A5 61 40
Octal 113 374 320 106 0 21 1 245 141 100
Binary 1001011 11111100 11010000 1000110 0 10001 1 10100101 1100001 1000000

Color Harmonies of #4BFCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCD0

Black with #4BFCD0

Text Example


Text Example

White with #4BFCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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