#7DDDED

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

Shades of Turquoise Blue #7DDDED

Tints of Turquoise Blue #7DDDED

Color information

#7DDDED (or 0x7DDDED) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DD and ED. RGB value is (125,221,237). Sum of RGB (Red+Green+Blue) = 125+221+237=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DDDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDED is #822212. Grayscale: #C1C1C1. Windows color (decimal): -8528403 or 15588733. OLE color: 15588733.

HSL color Cylindrical-coordinate representation of color #7DDDED: hue angle of 188.57º degrees, saturation: 0.76, 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 #7DDDED is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125221237-
CMYK0.470.0700.07
HSL188.57º75.68%70.98%-
HSV(B)188.57º47.26%92.94%-
XYZ49.662.1989.51-
YUV194.12152.278.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.44%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=21.44%
G=37.91%
B=40.65%

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
Decimal1252212370.470.0700.07188.5775.6870.98
Hex7DDDED2F707bd4c47
Octal17533535557707275114107
Binary1111101110111011110110110111111101111011110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,221,237); }

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

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

 a { background-color: rgb(125,221,237); }

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

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

 span { border-color: rgb(125,221,237); }

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