#7DE4F0

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

Shades of Turquoise Blue #7DE4F0

Tints of Turquoise Blue #7DE4F0

Color information

#7DE4F0 (or 0x7DE4F0) is unknown color: approx Turquoise Blue. HEX triplet: 7D, E4 and F0. RGB value is (125,228,240). Sum of RGB (Red+Green+Blue) = 125+228+240=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #7DE4F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE4F0 is #821B0F. Grayscale: #C6C6C6. Windows color (decimal): -8526608 or 15787133. OLE color: 15787133.

HSL color Cylindrical-coordinate representation of color #7DE4F0: hue angle of 186.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DE4F0 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB125228240-
CMYK0.480.0500.06
HSL186.26º79.31%71.57%-
HSV(B)186.26º47.92%94.12%-
XYZ51.9366.1492.47-
YUV198.57151.3875.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.08%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=21.08%
G=38.45%
B=40.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252282400.480.0500.06186.2679.3171.57
Hex7DE4F030506ba4f48
Octal17534436060506272117110
Binary1111101111001001111000011000010101101011101010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,228,240); }

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

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

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

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

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

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

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