#7DDCEC

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

Shades of Turquoise Blue #7DDCEC

Tints of Turquoise Blue #7DDCEC

Color information

#7DDCEC (or 0x7DDCEC) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DC and EC. RGB value is (125,220,236). Sum of RGB (Red+Green+Blue) = 125+220+236=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #7DDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDCEC is #822313. Grayscale: #C1C1C1. Windows color (decimal): -8528660 or 15522941. OLE color: 15522941.

HSL color Cylindrical-coordinate representation of color #7DDCEC: hue angle of 188.65º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DDCEC is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125220236-
CMYK0.470.0700.07
HSL188.65º74.5%70.78%-
HSV(B)188.65º47.03%92.55%-
XYZ49.1961.688.65-
YUV193.42152.0379.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.51%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=21.51%
G=37.87%
B=40.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252202360.470.0700.07188.6574.570.78
Hex7DDCEC2F707bd4a47
Octal17533435457707275112107
Binary1111101110111001110110010111111101111011110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DDCEC; }

 p { color: rgb(125,220,236); }

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

<style>
 a { background-color: #7DDCEC; }

 a { background-color: rgb(125,220,236); }

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

<style>
 span { border-color: #7DDCEC; }

 span { border-color: rgb(125,220,236); }

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