#70DEF8

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

Shades of Turquoise Blue #70DEF8

Tints of Turquoise Blue #70DEF8

Color information

#70DEF8 (or 0x70DEF8) is unknown color: approx Turquoise Blue. HEX triplet: 70, DE and F8. RGB value is (112,222,248). Sum of RGB (Red+Green+Blue) = 112+222+248=582 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.24% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #70DEF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEF8 is #8F2107. Grayscale: #BFBFBF. Windows color (decimal): -9380104 or 16309872. OLE color: 16309872.

HSL color Cylindrical-coordinate representation of color #70DEF8: hue angle of 191.47º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DEF8 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112222248-
CMYK0.550.1000.03
HSL191.47º90.67%70.59%-
HSV(B)191.47º54.84%97.25%-
XYZ49.7562.4698.24-
YUV192.07159.5670.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.24%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=19.24%
G=38.14%
B=42.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122222480.550.1000.03191.4790.6770.59
Hex70DEF837A03bf5b47
Octal160336370671203277133107
Binary1110000110111101111100011011110100111011111110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,248); }

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

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

 a { background-color: rgb(112,222,248); }

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

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

 span { border-color: rgb(112,222,248); }

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