#7DEBE7

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

Shades of Turquoise Blue #7DEBE7

Tints of Turquoise Blue #7DEBE7

Color information

#7DEBE7 (or 0x7DEBE7) is unknown color: approx Turquoise Blue. HEX triplet: 7D, EB and E7. RGB value is (125,235,231). Sum of RGB (Red+Green+Blue) = 125+235+231=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEBE7 is #821418. Grayscale: #C9C9C9. Windows color (decimal): -8524825 or 15199101. OLE color: 15199101.

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

Color convert

RGB125235231-
CMYK0.4700.020.08
HSL177.82º73.33%70.59%-
HSV(B)177.82º46.81%92.16%-
XYZ52.5969.5586.25-
YUV201.65144.5673.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.15%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=21.15%
G=39.76%
B=39.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252352310.4700.020.08177.8273.3370.59
Hex7DEBE72F028b24947
Octal175353347570210262111107
Binary1111101111010111110011110111101010001011001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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