Html Css Color HEX #70D2EA Turquoise Blue

📋 copy color: '#70D2EA'

red 112 ◦ green 210 ◦ blue 234

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

Shades of Turquoise Blue #70D2EA

Tints of Turquoise Blue #70D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.77%

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

R = 20.14%
G = 37.77%
B = 42.09%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70D2EA (or 0x70D2EA) is known color: Turquoise Blue. HEX triplet: 70, D2 and EA. RGB value is (112,210,234). Sum of RGB (Red+Green+Blue) = 112+210+234=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #70D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D2EA is #8F2D15. Grayscale: #B7B7B7. Windows color (decimal): -9383190 or 15389296. OLE color: 15389296.

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

Color convert

RGB 112 210 234 -
CMYK 0.52 0.10 0 0.08
HSL 191.8º 0.74% 0.68% -
HSV(B) 191.8º 0.52% 0.92% -
XYZ 44.58 55.48 86.2 -
YUV 183.43 156.53 77.05 -
System Red Green Blue C M Y K H S L
Decimal 112 210 234 0.52 0.10 0 0.08 191.8 0.74 0.68
Hex 70 D2 EA 34 A 0 8 C0 4A 44
Octal 160 322 352 64 12 0 10 300 112 104
Binary 1110000 11010010 11101010 110100 1010 0 1000 11000000 1001010 1000100

Color Harmonies of #70D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2EA

Black with #70D2EA

Text Example


Text Example

White with #70D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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