Html Css Color HEX #70DFEB Turquoise Blue

📋 copy color: '#70DFEB'

red 112 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #70DFEB

Tints of Turquoise Blue #70DFEB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

 BLUE value IS 235 (92.19% from 255) = 41.23%

R = 19.65%
G = 39.12%
B = 41.23%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70DFEB (or 0x70DFEB) is known color: Turquoise Blue. HEX triplet: 70, DF and EB. RGB value is (112,223,235). Sum of RGB (Red+Green+Blue) = 112+223+235=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #70DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFEB is #8F2014. Grayscale: #BFBFBF. Windows color (decimal): -9379861 or 15458160. OLE color: 15458160.

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

Color convert

RGB 112 223 235 -
CMYK 0.52 0.05 0 0.08
HSL 185.85º 0.75% 0.68% -
HSV(B) 185.85º 0.52% 0.92% -
XYZ 48.07 62.22 88.07 -
YUV 191.18 152.73 71.52 -
System Red Green Blue C M Y K H S L
Decimal 112 223 235 0.52 0.05 0 0.08 185.85 0.75 0.68
Hex 70 DF EB 34 5 0 8 BA 4B 44
Octal 160 337 353 64 5 0 10 272 113 104
Binary 1110000 11011111 11101011 110100 101 0 1000 10111010 1001011 1000100

Color Harmonies of #70DFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFEB

Black with #70DFEB

Text Example


Text Example

White with #70DFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,235); }

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

background-color css

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

 a { background-color: rgb(112,223,235); }

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

border-color css

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

 span { border-color: rgb(112,223,235); }

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