#7DDEF1

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

Shades of Turquoise Blue #7DDEF1

Tints of Turquoise Blue #7DDEF1

Color information

#7DDEF1 (or 0x7DDEF1) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DE and F1. RGB value is (125,222,241). Sum of RGB (Red+Green+Blue) = 125+222+241=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #7DDEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDEF1 is #82210E. Grayscale: #C2C2C2. Windows color (decimal): -8528143 or 15851133. OLE color: 15851133.

HSL color Cylindrical-coordinate representation of color #7DDEF1: hue angle of 189.83º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DDEF1 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB125222241-
CMYK0.480.0800.05
HSL189.83º80.56%71.76%-
HSV(B)189.83º48.13%94.51%-
XYZ50.4662.9592.71-
YUV195.16153.8677.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.26%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 241 (94.53% from 255) = 40.99%
R=21.26%
G=37.76%
B=40.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252222410.480.0800.05189.8380.5671.76
Hex7DDEF130805be5148
Octal175336361601005276121110
Binary11111011101111011110001110000100001011011111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,222,241); }

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

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

 a { background-color: rgb(125,222,241); }

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

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

 span { border-color: rgb(125,222,241); }

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