Html Css Color HEX #4BFCCF Turquoise

📋 copy color: '#4BFCCF'

red 75 ◦ green 252 ◦ blue 207

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

Shades of Turquoise #4BFCCF

Tints of Turquoise #4BFCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 14.04%
G = 47.19%
B = 38.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#4BFCCF (or 0x4BFCCF) is known color: Turquoise. HEX triplet: 4B, FC and CF. RGB value is (75,252,207). Sum of RGB (Red+Green+Blue) = 75+252+207=534 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.04% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCCF is #B40330. Grayscale: #C1C1C1. Windows color (decimal): -11797297 or 13630539. OLE color: 13630539.

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

Color convert

RGB 75 252 207 -
CMYK 0.70 0 0.18 0.01
HSL 164.75º 0.97% 0.64% -
HSV(B) 164.75º 0.7% 0.99% -
XYZ 48.97 75.62 71.05 -
YUV 193.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 75 252 207 0.70 0 0.18 0.01 164.75 0.97 0.64
Hex 4B FC CF 46 0 12 1 A5 61 40
Octal 113 374 317 106 0 22 1 245 141 100
Binary 1001011 11111100 11001111 1000110 0 10010 1 10100101 1100001 1000000

Color Harmonies of #4BFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCCF

Black with #4BFCCF

Text Example


Text Example

White with #4BFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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