Html Css Color HEX #70DEE8 Turquoise Blue

📋 copy color: '#70DEE8'

red 112 ◦ green 222 ◦ blue 232

#70DEE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #70DEE8

Tints of Turquoise Blue #70DEE8

RGB

 RED value IS 112 (44.14% from 255) = 19.79%

 GREEN value IS 222 (87.11% from 255) = 39.22%

 BLUE value IS 232 (91.02% from 255) = 40.99%

R = 19.79%
G = 39.22%
B = 40.99%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#70DEE8 (or 0x70DEE8) is known color: Turquoise Blue. HEX triplet: 70, DE and E8. RGB value is (112,222,232). Sum of RGB (Red+Green+Blue) = 112+222+232=566 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.79% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #70DEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEE8 is #8F2117. Grayscale: #BEBEBE. Windows color (decimal): -9380120 or 15261296. OLE color: 15261296.

HSL color Cylindrical-coordinate representation of color #70DEE8: hue angle of 185º degrees, saturation: 0.72, 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 #70DEE8 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 222 232 -
CMYK 0.52 0.04 0 0.09
HSL 185º 0.72% 0.67% -
HSV(B) 185º 0.52% 0.91% -
XYZ 47.37 61.51 85.72 -
YUV 190.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 112 222 232 0.52 0.04 0 0.09 185 0.72 0.67
Hex 70 DE E8 34 4 0 9 B9 48 43
Octal 160 336 350 64 4 0 11 271 110 103
Binary 1110000 11011110 11101000 110100 100 0 1001 10111001 1001000 1000011

Color Harmonies of #70DEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEE8

Black with #70DEE8

Text Example


Text Example

White with #70DEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DEE8;
 }
 .AnyTagClassName
 {
   color: #70DEE8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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