#7DDCE8

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

Shades of Turquoise Blue #7DDCE8

Tints of Turquoise Blue #7DDCE8

Color information

#7DDCE8 (or 0x7DDCE8) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DC and E8. RGB value is (125,220,232). Sum of RGB (Red+Green+Blue) = 125+220+232=577 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.66% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 232 - color contains mainly: blue. Hex color #7DDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDCE8 is #822317. Grayscale: #C0C0C0. Windows color (decimal): -8528664 or 15260797. OLE color: 15260797.

HSL color Cylindrical-coordinate representation of color #7DDCE8: hue angle of 186.73º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DDCE8 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB125220232-
CMYK0.460.0500.09
HSL186.73º69.93%70%-
HSV(B)186.73º46.12%90.98%-
XYZ48.6261.3785.63-
YUV192.96150.0379.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.66%
GREEN value IS 220 (86.33% from 255) = 38.13%
BLUE value IS 232 (91.02% from 255) = 40.21%
R=21.66%
G=38.13%
B=40.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252202320.460.0500.09186.7369.9370
Hex7DDCE82E509bb4646
Octal175334350565011273106106
Binary11111011101110011101000101110101010011011101110001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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