Html Css Color HEX #4CDEDB Turquoise

📋 copy color: '#4CDEDB'

red 76 ◦ green 222 ◦ blue 219

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

Shades of Turquoise #4CDEDB

Tints of Turquoise #4CDEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.94%

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

R = 14.7%
G = 42.94%
B = 42.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#4CDEDB (or 0x4CDEDB) is known color: Turquoise. HEX triplet: 4C, DE and DB. RGB value is (76,222,219). Sum of RGB (Red+Green+Blue) = 76+222+219=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDEDB is #B32124. Grayscale: #B1B1B1. Windows color (decimal): -11739429 or 14409292. OLE color: 14409292.

HSL color Cylindrical-coordinate representation of color #4CDEDB: hue angle of 178.77º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDEDB is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 222 219 -
CMYK 0.66 0 0.01 0.13
HSL 178.77º 0.69% 0.58% -
HSV(B) 178.77º 0.66% 0.87% -
XYZ 41.89 58.89 76.18 -
YUV 178 151.13 55.24 -
System Red Green Blue C M Y K H S L
Decimal 76 222 219 0.66 0 0.01 0.13 178.77 0.69 0.58
Hex 4C DE DB 42 0 1 D B3 45 3A
Octal 114 336 333 102 0 1 15 263 105 72
Binary 1001100 11011110 11011011 1000010 0 1 1101 10110011 1000101 111010

Color Harmonies of #4CDEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDEDB

Black with #4CDEDB

Text Example


Text Example

White with #4CDEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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