#7DEAE8

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

Shades of Turquoise Blue #7DEAE8

Tints of Turquoise Blue #7DEAE8

Color information

#7DEAE8 (or 0x7DEAE8) is unknown color: approx Turquoise Blue. HEX triplet: 7D, EA and E8. RGB value is (125,234,232). Sum of RGB (Red+Green+Blue) = 125+234+232=591 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.15% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAE8 is #821517. Grayscale: #C9C9C9. Windows color (decimal): -8525080 or 15264381. OLE color: 15264381.

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

Color convert

RGB125234232-
CMYK0.4700.010.08
HSL178.9º72.19%70.39%-
HSV(B)178.9º46.58%91.76%-
XYZ52.4569.0386.9-
YUV201.18145.3973.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.15%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 232 (91.02% from 255) = 39.26%
R=21.15%
G=39.59%
B=39.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342320.4700.010.08178.972.1970.39
Hex7DEAE82F018b34846
Octal175352350570110263110106
Binary111110111101010111010001011110110001011001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,234,232); }

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

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

 a { background-color: rgb(125,234,232); }

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

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

 span { border-color: rgb(125,234,232); }

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