Html Css Color HEX #70DDD8 Turquoise Blue

📋 copy color: '#70DDD8'

red 112 ◦ green 221 ◦ blue 216

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

Shades of Turquoise Blue #70DDD8

Tints of Turquoise Blue #70DDD8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.26%

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 20.4%
G = 40.26%
B = 39.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#70DDD8 (or 0x70DDD8) is known color: Turquoise Blue. HEX triplet: 70, DD and D8. RGB value is (112,221,216). Sum of RGB (Red+Green+Blue) = 112+221+216=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD8 is #8F2227. Grayscale: #BBBBBB. Windows color (decimal): -9380392 or 14212464. OLE color: 14212464.

HSL color Cylindrical-coordinate representation of color #70DDD8: hue angle of 177.25º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDD8 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 216 -
CMYK 0.49 0 0.02 0.13
HSL 177.25º 0.62% 0.65% -
HSV(B) 177.25º 0.49% 0.87% -
XYZ 44.93 60.12 74.2 -
YUV 187.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 112 221 216 0.49 0 0.02 0.13 177.25 0.62 0.65
Hex 70 DD D8 31 0 2 D B1 3E 41
Octal 160 335 330 61 0 2 15 261 76 101
Binary 1110000 11011101 11011000 110001 0 10 1101 10110001 111110 1000001

Color Harmonies of #70DDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDD8

Black with #70DDD8

Text Example


Text Example

White with #70DDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,216); }

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

background-color css

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

 a { background-color: rgb(112,221,216); }

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

border-color css

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

 span { border-color: rgb(112,221,216); }

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