Html Css Color HEX #4BFCCD Turquoise

📋 copy color: '#4BFCCD'

red 75 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #4BFCCD

Tints of Turquoise #4BFCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 14.1%
G = 47.37%
B = 38.53%

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

#4BFCCD (or 0x4BFCCD) is known color: Turquoise. HEX triplet: 4B, FC and CD. RGB value is (75,252,205). Sum of RGB (Red+Green+Blue) = 75+252+205=532 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.10% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCCD is #B40332. Grayscale: #C1C1C1. Windows color (decimal): -11797299 or 13499467. OLE color: 13499467.

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

Color convert

RGB 75 252 205 -
CMYK 0.70 0 0.19 0.01
HSL 164.07º 0.97% 0.64% -
HSV(B) 164.07º 0.7% 0.99% -
XYZ 48.73 75.52 69.77 -
YUV 193.72 134.36 43.32 -
System Red Green Blue C M Y K H S L
Decimal 75 252 205 0.70 0 0.19 0.01 164.07 0.97 0.64
Hex 4B FC CD 46 0 13 1 A4 61 40
Octal 113 374 315 106 0 23 1 244 141 100
Binary 1001011 11111100 11001101 1000110 0 10011 1 10100100 1100001 1000000

Color Harmonies of #4BFCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCCD

Black with #4BFCCD

Text Example


Text Example

White with #4BFCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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