Html Css Color HEX #70DCE6 Turquoise Blue

📋 copy color: '#70DCE6'

red 112 ◦ green 220 ◦ blue 230

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

Shades of Turquoise Blue #70DCE6

Tints of Turquoise Blue #70DCE6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 19.93%
G = 39.15%
B = 40.93%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#70DCE6 (or 0x70DCE6) is known color: Turquoise Blue. HEX triplet: 70, DC and E6. RGB value is (112,220,230). Sum of RGB (Red+Green+Blue) = 112+220+230=562 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.93% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #70DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCE6 is #8F2319. Grayscale: #BCBCBC. Windows color (decimal): -9380634 or 15129712. OLE color: 15129712.

HSL color Cylindrical-coordinate representation of color #70DCE6: hue angle of 185.08º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70DCE6 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 220 230 -
CMYK 0.51 0.04 0 0.10
HSL 185.08º 0.7% 0.67% -
HSV(B) 185.08º 0.51% 0.9% -
XYZ 46.56 60.34 84.06 -
YUV 188.85 151.22 73.19 -
System Red Green Blue C M Y K H S L
Decimal 112 220 230 0.51 0.04 0 0.10 185.08 0.7 0.67
Hex 70 DC E6 33 4 0 A B9 46 43
Octal 160 334 346 63 4 0 12 271 106 103
Binary 1110000 11011100 11100110 110011 100 0 1010 10111001 1000110 1000011

Color Harmonies of #70DCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCE6

Black with #70DCE6

Text Example


Text Example

White with #70DCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,230); }

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

background-color css

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

 a { background-color: rgb(112,220,230); }

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

border-color css

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

 span { border-color: rgb(112,220,230); }

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