Html Css Color HEX #4BFCCE Turquoise

📋 copy color: '#4BFCCE'

red 75 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #4BFCCE

Tints of Turquoise #4BFCCE

RGB

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

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

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

R = 14.07%
G = 47.28%
B = 38.65%

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

#4BFCCE (or 0x4BFCCE) is known color: Turquoise. HEX triplet: 4B, FC and CE. RGB value is (75,252,206). Sum of RGB (Red+Green+Blue) = 75+252+206=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCCE is #B40331. Grayscale: #C1C1C1. Windows color (decimal): -11797298 or 13565003. OLE color: 13565003.

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

Color convert

RGB 75 252 206 -
CMYK 0.70 0 0.18 0.01
HSL 164.41º 0.97% 0.64% -
HSV(B) 164.41º 0.7% 0.99% -
XYZ 48.85 75.57 70.4 -
YUV 193.83 134.86 43.24 -
System Red Green Blue C M Y K H S L
Decimal 75 252 206 0.70 0 0.18 0.01 164.41 0.97 0.64
Hex 4B FC CE 46 0 12 1 A4 61 40
Octal 113 374 316 106 0 22 1 244 141 100
Binary 1001011 11111100 11001110 1000110 0 10010 1 10100100 1100001 1000000

Color Harmonies of #4BFCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCCE

Black with #4BFCCE

Text Example


Text Example

White with #4BFCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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