Html Css Color HEX #70DCEF Turquoise Blue

📋 copy color: '#70DCEF'

red 112 ◦ green 220 ◦ blue 239

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

Shades of Turquoise Blue #70DCEF

Tints of Turquoise Blue #70DCEF

RGB

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

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

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

R = 19.61%
G = 38.53%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#70DCEF (or 0x70DCEF) is known color: Turquoise Blue. HEX triplet: 70, DC and EF. RGB value is (112,220,239). Sum of RGB (Red+Green+Blue) = 112+220+239=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #70DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCEF is #8F2310. Grayscale: #BDBDBD. Windows color (decimal): -9380625 or 15719536. OLE color: 15719536.

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

Color convert

RGB 112 220 239 -
CMYK 0.53 0.08 0 0.06
HSL 188.98º 0.8% 0.69% -
HSV(B) 188.98º 0.53% 0.94% -
XYZ 47.86 60.86 90.89 -
YUV 189.87 155.72 72.46 -
System Red Green Blue C M Y K H S L
Decimal 112 220 239 0.53 0.08 0 0.06 188.98 0.8 0.69
Hex 70 DC EF 35 8 0 6 BD 50 45
Octal 160 334 357 65 10 0 6 275 120 105
Binary 1110000 11011100 11101111 110101 1000 0 110 10111101 1010000 1000101

Color Harmonies of #70DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCEF

Black with #70DCEF

Text Example


Text Example

White with #70DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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