Html Css Color HEX #70D5EA Turquoise Blue

📋 copy color: '#70D5EA'

red 112 ◦ green 213 ◦ blue 234

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

Shades of Turquoise Blue #70D5EA

Tints of Turquoise Blue #70D5EA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.1%

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

R = 20.04%
G = 38.1%
B = 41.86%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70D5EA (or 0x70D5EA) is known color: Turquoise Blue. HEX triplet: 70, D5 and EA. RGB value is (112,213,234). Sum of RGB (Red+Green+Blue) = 112+213+234=559 (74% of max value = 765). Red value is 112 (44.14% from 255 or 20.04% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #70D5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D5EA is #8F2A15. Grayscale: #B9B9B9. Windows color (decimal): -9382422 or 15390064. OLE color: 15390064.

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

Color convert

RGB 112 213 234 -
CMYK 0.52 0.09 0 0.08
HSL 190.33º 0.74% 0.68% -
HSV(B) 190.33º 0.52% 0.92% -
XYZ 45.33 56.97 86.45 -
YUV 185.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 112 213 234 0.52 0.09 0 0.08 190.33 0.74 0.68
Hex 70 D5 EA 34 9 0 8 BE 4A 44
Octal 160 325 352 64 11 0 10 276 112 104
Binary 1110000 11010101 11101010 110100 1001 0 1000 10111110 1001010 1000100

Color Harmonies of #70D5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D5EA

Black with #70D5EA

Text Example


Text Example

White with #70D5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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