Html Css Color HEX #4CFBDB Turquoise

📋 copy color: '#4CFBDB'

red 76 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #4CFBDB

Tints of Turquoise #4CFBDB

RGB

 RED value IS 76 (30.08% from 255) = 13.92%

 GREEN value IS 251 (98.44% from 255) = 45.97%

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 13.92%
G = 45.97%
B = 40.11%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4CFBDB (or 0x4CFBDB) is known color: Turquoise. HEX triplet: 4C, FB and DB. RGB value is (76,251,219). Sum of RGB (Red+Green+Blue) = 76+251+219=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 251 (98.44% from 255 or 45.97% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBDB is #B30424. Grayscale: #C2C2C2. Windows color (decimal): -11732005 or 14416716. OLE color: 14416716.

HSL color Cylindrical-coordinate representation of color #4CFBDB: hue angle of 169.03º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBDB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 251 219 -
CMYK 0.70 0 0.13 0.02
HSL 169.03º 0.96% 0.64% -
HSV(B) 169.03º 0.7% 0.98% -
XYZ 50.26 75.65 78.97 -
YUV 195.03 141.52 43.1 -
System Red Green Blue C M Y K H S L
Decimal 76 251 219 0.70 0 0.13 0.02 169.03 0.96 0.64
Hex 4C FB DB 46 0 D 2 A9 60 40
Octal 114 373 333 106 0 15 2 251 140 100
Binary 1001100 11111011 11011011 1000110 0 1101 10 10101001 1100000 1000000

Color Harmonies of #4CFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFBDB

Black with #4CFBDB

Text Example


Text Example

White with #4CFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,251,219); }

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

background-color css

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

 a { background-color: rgb(76,251,219); }

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

border-color css

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

 span { border-color: rgb(76,251,219); }

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