#4DD1FF

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

Shades of Turquoise Blue #4DD1FF

Tints of Turquoise Blue #4DD1FF

Color information

#4DD1FF (or 0x4DD1FF) is unknown color: approx Turquoise Blue. HEX triplet: 4D, D1 and FF. RGB value is (77,209,255). Sum of RGB (Red+Green+Blue) = 77+209+255=541 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.23% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DD1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD1FF is #B22E00. Grayscale: #AEAEAE. Windows color (decimal): -11677185 or 16765261. OLE color: 16765261.

HSL color Cylindrical-coordinate representation of color #4DD1FF: hue angle of 195.51º 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 #4DD1FF is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB77209255-
CMYK0.700.1800
HSL195.51º100%65.1%-
HSV(B)195.51º69.8%100%-
XYZ43.9154.4102.79-
YUV174.78173.2758.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 14.23%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 255 (100% from 255) = 47.13%
R=14.23%
G=38.63%
B=47.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal772092550.700.1800195.5110065.1
Hex4DD1FF461200c46441
Octal1153213771062200304144101
Binary10011011101000111111111100011010010001100010011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,209,255); }

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

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

 a { background-color: rgb(77,209,255); }

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

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

 span { border-color: rgb(77,209,255); }

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