#4DDCF3

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

Shades of Turquoise Blue #4DDCF3

Tints of Turquoise Blue #4DDCF3

Color information

#4DDCF3 (or 0x4DDCF3) is unknown color: approx Turquoise Blue. HEX triplet: 4D, DC and F3. RGB value is (77,220,243). Sum of RGB (Red+Green+Blue) = 77+220+243=540 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.26% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #4DDCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCF3 is #B2230C. Grayscale: #B3B3B3. Windows color (decimal): -11674381 or 15981645. OLE color: 15981645.

HSL color Cylindrical-coordinate representation of color #4DDCF3: hue angle of 188.31º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDCF3 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB77220243-
CMYK0.680.0900.05
HSL188.31º87.37%62.75%-
HSV(B)188.31º68.31%95.29%-
XYZ44.8359.2493.86-
YUV179.86163.6254.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.26%
GREEN value IS 220 (86.33% from 255) = 40.74%
BLUE value IS 243 (95.31% from 255) = 45%
R=14.26%
G=40.74%
B=45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal772202430.680.0900.05188.3187.3762.75
Hex4DDCF344905bc573f
Octal115334363104110527412777
Binary10011011101110011110011100010010010101101111001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,220,243); }

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

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

 a { background-color: rgb(77,220,243); }

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

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

 span { border-color: rgb(77,220,243); }

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