#7DE7EE

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

Shades of Turquoise Blue #7DE7EE

Tints of Turquoise Blue #7DE7EE

Color information

#7DE7EE (or 0x7DE7EE) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E7 and EE. RGB value is (125,231,238). Sum of RGB (Red+Green+Blue) = 125+231+238=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 231 (90.62% from 255 or 38.89% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #7DE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DE7EE is #821811. Grayscale: #C7C7C7. Windows color (decimal): -8525842 or 15656829. OLE color: 15656829.

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

Color convert

RGB125231238-
CMYK0.470.0300.07
HSL183.72º76.87%71.18%-
HSV(B)183.72º47.48%93.33%-
XYZ52.4767.6891.19-
YUV200.1149.3874.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.04%
GREEN value IS 231 (90.62% from 255) = 38.89%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=21.04%
G=38.89%
B=40.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252312380.470.0300.07183.7276.8771.18
Hex7DE7EE2F307b84d47
Octal17534735657307270115107
Binary111110111100111111011101011111101111011100010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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