#70DCD5

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

Shades of Turquoise Blue #70DCD5

Tints of Turquoise Blue #70DCD5

Color information

#70DCD5 (or 0x70DCD5) is unknown color: approx Turquoise Blue. HEX triplet: 70, DC and D5. RGB value is (112,220,213). Sum of RGB (Red+Green+Blue) = 112+220+213=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCD5 is #8F232A. Grayscale: #BABABA. Windows color (decimal): -9380651 or 14015600. OLE color: 14015600.

HSL color Cylindrical-coordinate representation of color #70DCD5: hue angle of 176.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCD5 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB112220213-
CMYK0.4900.030.14
HSL176.11º60.67%65.1%-
HSV(B)176.11º49.09%86.27%-
XYZ44.2959.4472.09-
YUV186.91142.7274.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.55%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 213 (83.59% from 255) = 39.08%
R=20.55%
G=40.37%
B=39.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122202130.4900.030.14176.1160.6765.1
Hex70DCD53103Eb03d41
Octal16033432561031626075101
Binary111000011011100110101011100010111110101100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70DCD5; }

 p { color: rgb(112,220,213); }

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

<style>
 a { background-color: #70DCD5; }

 a { background-color: rgb(112,220,213); }

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

<style>
 span { border-color: #70DCD5; }

 span { border-color: rgb(112,220,213); }

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