Html Css Color HEX #4BFCCB Turquoise

📋 copy color: '#4BFCCB'

red 75 ◦ green 252 ◦ blue 203

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

Shades of Turquoise #4BFCCB

Tints of Turquoise #4BFCCB

RGB

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

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

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

R = 14.15%
G = 47.55%
B = 38.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#4BFCCB (or 0x4BFCCB) is known color: Turquoise. HEX triplet: 4B, FC and CB. RGB value is (75,252,203). Sum of RGB (Red+Green+Blue) = 75+252+203=530 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.15% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCCB is #B40334. Grayscale: #C1C1C1. Windows color (decimal): -11797301 or 13368395. OLE color: 13368395.

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

Color convert

RGB 75 252 203 -
CMYK 0.70 0 0.19 0.01
HSL 163.39º 0.97% 0.64% -
HSV(B) 163.39º 0.7% 0.99% -
XYZ 48.49 75.43 68.5 -
YUV 193.49 133.36 43.48 -
System Red Green Blue C M Y K H S L
Decimal 75 252 203 0.70 0 0.19 0.01 163.39 0.97 0.64
Hex 4B FC CB 46 0 13 1 A3 61 40
Octal 113 374 313 106 0 23 1 243 141 100
Binary 1001011 11111100 11001011 1000110 0 10011 1 10100011 1100001 1000000

Color Harmonies of #4BFCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCCB

Black with #4BFCCB

Text Example


Text Example

White with #4BFCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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