Html Css Color HEX #70D9EA Turquoise Blue

📋 copy color: '#70D9EA'

red 112 ◦ green 217 ◦ blue 234

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

Shades of Turquoise Blue #70D9EA

Tints of Turquoise Blue #70D9EA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 19.89%
G = 38.54%
B = 41.56%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70D9EA (or 0x70D9EA) is known color: Turquoise Blue. HEX triplet: 70, D9 and EA. RGB value is (112,217,234). Sum of RGB (Red+Green+Blue) = 112+217+234=563 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.89% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #70D9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D9EA is #8F2615. Grayscale: #BBBBBB. Windows color (decimal): -9381398 or 15391088. OLE color: 15391088.

HSL color Cylindrical-coordinate representation of color #70D9EA: hue angle of 188.36º degrees, saturation: 0.74, 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 #70D9EA is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 217 234 -
CMYK 0.52 0.07 0 0.08
HSL 188.36º 0.74% 0.68% -
HSV(B) 188.36º 0.52% 0.92% -
XYZ 46.35 59.01 86.79 -
YUV 187.54 154.21 74.12 -
System Red Green Blue C M Y K H S L
Decimal 112 217 234 0.52 0.07 0 0.08 188.36 0.74 0.68
Hex 70 D9 EA 34 7 0 8 BC 4A 44
Octal 160 331 352 64 7 0 10 274 112 104
Binary 1110000 11011001 11101010 110100 111 0 1000 10111100 1001010 1000100

Color Harmonies of #70D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9EA

Black with #70D9EA

Text Example


Text Example

White with #70D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,217,234); }

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

background-color css

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

 a { background-color: rgb(112,217,234); }

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

border-color css

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

 span { border-color: rgb(112,217,234); }

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