#7DDBEE

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

Shades of Turquoise Blue #7DDBEE

Tints of Turquoise Blue #7DDBEE

Color information

#7DDBEE (or 0x7DDBEE) is unknown color: approx Turquoise Blue. HEX triplet: 7D, DB and EE. RGB value is (125,219,238). Sum of RGB (Red+Green+Blue) = 125+219+238=582 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.48% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DDBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDBEE is #822411. Grayscale: #C0C0C0. Windows color (decimal): -8528914 or 15653757. OLE color: 15653757.

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

Color convert

RGB125219238-
CMYK0.470.0800.07
HSL190.09º76.87%71.18%-
HSV(B)190.09º47.48%93.33%-
XYZ49.2261.290.11-
YUV193.06153.3679.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.48%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=21.48%
G=37.63%
B=40.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252192380.470.0800.07190.0976.8771.18
Hex7DDBEE2F807be4d47
Octal175333356571007276115107
Binary11111011101101111101110101111100001111011111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,219,238); }

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

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

 a { background-color: rgb(125,219,238); }

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

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

 span { border-color: rgb(125,219,238); }

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