#7DEAEA

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

Shades of Turquoise Blue #7DEAEA

Tints of Turquoise Blue #7DEAEA

Color information

#7DEAEA (or 0x7DEAEA) is unknown color: approx Turquoise Blue. HEX triplet: 7D, EA and EA. RGB value is (125,234,234). Sum of RGB (Red+Green+Blue) = 125+234+234=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #7DEAEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEAEA is #821515. Grayscale: #C9C9C9. Windows color (decimal): -8525078 or 15395453. OLE color: 15395453.

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

Color convert

RGB125234234-
CMYK0.47000.08
HSL180º72.19%70.39%-
HSV(B)180º46.58%91.76%-
XYZ52.7369.1588.41-
YUV201.41146.3973.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=21.08%
G=39.46%
B=39.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252342340.47000.0818072.1970.39
Hex7DEAEA2F008b44846
Octal175352352570010264110106
Binary111110111101010111010101011110010001011010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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