#7DEBE5

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

Shades of Turquoise Blue #7DEBE5

Tints of Turquoise Blue #7DEBE5

Color information

#7DEBE5 (or 0x7DEBE5) is unknown color: approx Turquoise Blue. HEX triplet: 7D, EB and E5. RGB value is (125,235,229). Sum of RGB (Red+Green+Blue) = 125+235+229=589 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.22% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DEBE5 is #82141A. Grayscale: #C9C9C9. Windows color (decimal): -8524827 or 15068029. OLE color: 15068029.

HSL color Cylindrical-coordinate representation of color #7DEBE5: hue angle of 176.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEBE5 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB125235229-
CMYK0.4700.030.08
HSL176.73º73.33%70.59%-
HSV(B)176.73º46.81%92.16%-
XYZ52.3169.4384.77-
YUV201.43143.5673.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.22%
GREEN value IS 235 (92.19% from 255) = 39.90%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=21.22%
G=39.90%
B=38.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352290.4700.030.08176.7373.3370.59
Hex7DEBE52F038b14947
Octal175353345570310261111107
Binary1111101111010111110010110111101110001011000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,235,229); }

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

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

 a { background-color: rgb(125,235,229); }

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

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

 span { border-color: rgb(125,235,229); }

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