#4DCFE1

Color #4DCFE1 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #4DCFE1

Tints of Medium Turquoise #4DCFE1

Color information

#4DCFE1 (or 0x4DCFE1) is unknown color: approx Medium Turquoise. HEX triplet: 4D, CF and E1. RGB value is (77,207,225). Sum of RGB (Red+Green+Blue) = 77+207+225=509 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.13% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #4DCFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFE1 is #B2301E. Grayscale: #A9A9A9. Windows color (decimal): -11677727 or 14798669. OLE color: 14798669.

HSL color Cylindrical-coordinate representation of color #4DCFE1: hue angle of 187.3º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4DCFE1 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB77207225-
CMYK0.660.0800.12
HSL187.3º71.15%59.22%-
HSV(B)187.3º65.78%88.24%-
XYZ38.9651.6479.15-
YUV170.18158.9361.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 15.13%
GREEN value IS 207 (81.25% from 255) = 40.67%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=15.13%
G=40.67%
B=44.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal772072250.660.0800.12187.371.1559.22
Hex4DCFE14280Cbb473b
Octal1153173411021001427310773
Binary100110111001111111000011000010100001100101110111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,207,225); }

 H1.HeaderClassName
 {
   color: #4DCFE1;
 }
 .AnyTagClassName
 {
   color: #4DCFE1;
 }
</style>
background-color css

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

 a { background-color: rgb(77,207,225); }

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

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

 span { border-color: rgb(77,207,225); }

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