#7DE7DE

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

Shades of Turquoise Blue #7DE7DE

Tints of Turquoise Blue #7DE7DE

Color information

#7DE7DE (or 0x7DE7DE) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E7 and DE. RGB value is (125,231,222). Sum of RGB (Red+Green+Blue) = 125+231+222=578 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.63% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7DE7DE is #821821. Grayscale: #C6C6C6. Windows color (decimal): -8525858 or 14608253. OLE color: 14608253.

HSL color Cylindrical-coordinate representation of color #7DE7DE: hue angle of 174.91º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE7DE is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB125231222-
CMYK0.4600.040.09
HSL174.91º68.83%69.8%-
HSV(B)174.91º45.89%90.59%-
XYZ50.2266.7979.35-
YUV198.28141.3875.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.63%
GREEN value IS 231 (90.62% from 255) = 39.97%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=21.63%
G=39.97%
B=38.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252312220.4600.040.09174.9168.8369.8
Hex7DE7DE2E049af4546
Octal175347336560411257105106
Binary11111011110011111011110101110010010011010111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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