#7FDFE7

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

Shades of Turquoise Blue #7FDFE7

Tints of Turquoise Blue #7FDFE7

Color information

#7FDFE7 (or 0x7FDFE7) is unknown color: approx Turquoise Blue. HEX triplet: 7F, DF and E7. RGB value is (127,223,231). Sum of RGB (Red+Green+Blue) = 127+223+231=581 (76% of max value = 765). Red value is 127 (50% from 255 or 21.86% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 231 - color contains mainly: blue. Hex color #7FDFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FDFE7 is #802018. Grayscale: #C3C3C3. Windows color (decimal): -8396825 or 15196031. OLE color: 15196031.

HSL color Cylindrical-coordinate representation of color #7FDFE7: hue angle of 184.62º degrees, saturation: 0.68, 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 #7FDFE7 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB127223231-
CMYK0.450.0300.09
HSL184.62º68.42%70.2%-
HSV(B)184.62º45.02%90.59%-
XYZ49.5663.0685.16-
YUV195.21148.279.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 21.86%
GREEN value IS 223 (87.5% from 255) = 38.38%
BLUE value IS 231 (90.62% from 255) = 39.76%
R=21.86%
G=38.38%
B=39.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272232310.450.0300.09184.6268.4270.2
Hex7FDFE72D309b94446
Octal177337347553011271104106
Binary1111111110111111110011110110111010011011100110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,223,231); }

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

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

 a { background-color: rgb(127,223,231); }

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

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

 span { border-color: rgb(127,223,231); }

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