#70CDE7

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

Shades of Turquoise Blue #70CDE7

Tints of Turquoise Blue #70CDE7

Color information

#70CDE7 (or 0x70CDE7) is unknown color: approx Turquoise Blue. HEX triplet: 70, CD and E7. RGB value is (112,205,231). Sum of RGB (Red+Green+Blue) = 112+205+231=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 231 (90.62% from 255 or 42.15% from 548); Max value from RGB is 231 - color contains mainly: blue. Hex color #70CDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CDE7 is #8F3218. Grayscale: #B3B3B3. Windows color (decimal): -9384473 or 15191408. OLE color: 15191408.

HSL color Cylindrical-coordinate representation of color #70CDE7: hue angle of 193.11º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CDE7 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB112205231-
CMYK0.520.1100.09
HSL193.11º71.26%67.25%-
HSV(B)193.11º51.52%90.59%-
XYZ42.9452.8883.54-
YUV180.16156.6979.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.44%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 231 (90.62% from 255) = 42.15%
R=20.44%
G=37.41%
B=42.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122052310.520.1100.09193.1171.2667.25
Hex70CDE734B09c14743
Octal1603153476413011301107103
Binary111000011001101111001111101001011010011100000110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,231); }

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

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

 a { background-color: rgb(112,205,231); }

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

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

 span { border-color: rgb(112,205,231); }

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