Html Css Color HEX #70D3EF Turquoise Blue

📋 copy color: '#70D3EF'

red 112 ◦ green 211 ◦ blue 239

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

Shades of Turquoise Blue #70D3EF

Tints of Turquoise Blue #70D3EF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 19.93%
G = 37.54%
B = 42.53%

CMYK

 C value IS 0.53

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70D3EF (or 0x70D3EF) is known color: Turquoise Blue. HEX triplet: 70, D3 and EF. RGB value is (112,211,239). Sum of RGB (Red+Green+Blue) = 112+211+239=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #70D3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3EF is #8F2C10. Grayscale: #B8B8B8. Windows color (decimal): -9382929 or 15717232. OLE color: 15717232.

HSL color Cylindrical-coordinate representation of color #70D3EF: hue angle of 193.23º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D3EF is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 211 239 -
CMYK 0.53 0.12 0 0.06
HSL 193.23º 0.8% 0.69% -
HSV(B) 193.23º 0.53% 0.94% -
XYZ 45.56 56.27 90.12 -
YUV 184.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 112 211 239 0.53 0.12 0 0.06 193.23 0.8 0.69
Hex 70 D3 EF 35 C 0 6 C1 50 45
Octal 160 323 357 65 14 0 6 301 120 105
Binary 1110000 11010011 11101111 110101 1100 0 110 11000001 1010000 1000101

Color Harmonies of #70D3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D3EF

Black with #70D3EF

Text Example


Text Example

White with #70D3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,211,239); }

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

background-color css

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

 a { background-color: rgb(112,211,239); }

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

border-color css

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

 span { border-color: rgb(112,211,239); }

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