#71EBDE

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

Shades of Turquoise Blue #71EBDE

Tints of Turquoise Blue #71EBDE

Color information

#71EBDE (or 0x71EBDE) is unknown color: approx Turquoise Blue. HEX triplet: 71, EB and DE. RGB value is (113,235,222). Sum of RGB (Red+Green+Blue) = 113+235+222=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #71EBDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EBDE is #8E1421. Grayscale: #C4C4C4. Windows color (decimal): -9311266 or 14609265. OLE color: 14609265.

HSL color Cylindrical-coordinate representation of color #71EBDE: hue angle of 173.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBDE is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB113235222-
CMYK0.5200.060.08
HSL173.61º75.31%68.24%-
HSV(B)173.61º51.91%92.16%-
XYZ49.768.279.65-
YUV197.04142.0868.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 19.82%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=19.82%
G=41.23%
B=38.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132352220.5200.060.08173.6175.3168.24
Hex71EBDE34068ae4b44
Octal161353336640610256113104
Binary11100011110101111011110110100011010001010111010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71EBDE; }

 p { color: rgb(113,235,222); }

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

<style>
 a { background-color: #71EBDE; }

 a { background-color: rgb(113,235,222); }

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

<style>
 span { border-color: #71EBDE; }

 span { border-color: rgb(113,235,222); }

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