Html Css Color HEX #4CFFDB Turquoise

📋 copy color: '#4CFFDB'

red 76 ◦ green 255 ◦ blue 219

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

Shades of Turquoise #4CFFDB

Tints of Turquoise #4CFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 46.36%

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

R = 13.82%
G = 46.36%
B = 39.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#4CFFDB (or 0x4CFFDB) is known color: Turquoise. HEX triplet: 4C, FF and DB. RGB value is (76,255,219). Sum of RGB (Red+Green+Blue) = 76+255+219=550 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.82% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFDB is #B30024. Grayscale: #C5C5C5. Windows color (decimal): -11730981 or 14417740. OLE color: 14417740.

HSL color Cylindrical-coordinate representation of color #4CFFDB: hue angle of 167.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFDB is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 76 255 219 -
CMYK 0.70 0 0.14 0
HSL 167.93º 1% 0.65% -
HSV(B) 167.93º 0.7% 1% -
XYZ 51.53 78.17 79.39 -
YUV 197.38 140.2 41.43 -
System Red Green Blue C M Y K H S L
Decimal 76 255 219 0.70 0 0.14 0 167.93 1 0.65
Hex 4C FF DB 46 0 E 0 A8 64 41
Octal 114 377 333 106 0 16 0 250 144 101
Binary 1001100 11111111 11011011 1000110 0 1110 0 10101000 1100100 1000001

Color Harmonies of #4CFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CFFDB

Black with #4CFFDB

Text Example


Text Example

White with #4CFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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