#4DD4F6

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

Shades of Turquoise Blue #4DD4F6

Tints of Turquoise Blue #4DD4F6

Color information

#4DD4F6 (or 0x4DD4F6) is unknown color: approx Turquoise Blue. HEX triplet: 4D, D4 and F6. RGB value is (77,212,246). Sum of RGB (Red+Green+Blue) = 77+212+246=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #4DD4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD4F6 is #B22B09. Grayscale: #AFAFAF. Windows color (decimal): -11676426 or 16176205. OLE color: 16176205.

HSL color Cylindrical-coordinate representation of color #4DD4F6: hue angle of 192.07º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DD4F6 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB77212246-
CMYK0.690.1400.04
HSL192.07º90.37%63.33%-
HSV(B)192.07º68.7%96.47%-
XYZ43.2455.3295.59-
YUV175.51167.7757.74-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.39%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 246 (96.48% from 255) = 45.98%
R=14.39%
G=39.63%
B=45.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal772122460.690.1400.04192.0790.3763.33
Hex4DD4F645E04c05a3f
Octal115324366105160430013277
Binary10011011101010011110110100010111100100110000001011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,212,246); }

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

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

 a { background-color: rgb(77,212,246); }

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

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

 span { border-color: rgb(77,212,246); }

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