#7DDDE4

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

Shades of Turquoise Blue #7DDDE4

Tints of Turquoise Blue #7DDDE4

Color information

#7DDDE4 (or 0x7DDDE4) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DD and E4. RGB value is (125,221,228). Sum of RGB (Red+Green+Blue) = 125+221+228=574 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.78% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #7DDDE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDE4 is #82221B. Grayscale: #C0C0C0. Windows color (decimal): -8528412 or 14998909. OLE color: 14998909.

HSL color Cylindrical-coordinate representation of color #7DDDE4: hue angle of 184.08º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DDDE4 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB125221228-
CMYK0.450.0300.11
HSL184.08º65.61%69.22%-
HSV(B)184.08º45.18%89.41%-
XYZ48.3261.6782.76-
YUV193.09147.779.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.78%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=21.78%
G=38.50%
B=39.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252212280.450.0300.11184.0865.6169.22
Hex7DDDE42D30Bb84245
Octal175335344553013270102105
Binary1111101110111011110010010110111010111011100010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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