#7FDDE8

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

Shades of Turquoise Blue #7FDDE8

Tints of Turquoise Blue #7FDDE8

Color information

#7FDDE8 (or 0x7FDDE8) is unknown color: approx Turquoise Blue. HEX triplet: 7F, DD and E8. RGB value is (127,221,232). Sum of RGB (Red+Green+Blue) = 127+221+232=580 (76% of max value = 765). Red value is 127 (50% from 255 or 21.90% from 580); Green value is 221 (86.72% from 255 or 38.10% from 580); Blue value is 232 (91.02% from 255 or 40% from 580); Max value from RGB is 232 - color contains mainly: blue. Hex color #7FDDE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDDE8 is #802217. Grayscale: #C2C2C2. Windows color (decimal): -8397336 or 15261055. OLE color: 15261055.

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

Color convert

RGB127221232-
CMYK0.450.0500.09
HSL186.29º69.54%70.39%-
HSV(B)186.29º45.26%90.98%-
XYZ49.1762.0585.73-
YUV194.15149.3680.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.90%
GREEN value IS 221 (86.72% from 255) = 38.10%
BLUE value IS 232 (91.02% from 255) = 40%
R=21.90%
G=38.10%
B=40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272212320.450.0500.09186.2969.5470.39
Hex7FDDE82D509ba4646
Octal177335350555011272106106
Binary11111111101110111101000101101101010011011101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,221,232); }

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

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

 a { background-color: rgb(127,221,232); }

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

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

 span { border-color: rgb(127,221,232); }

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