Html Css Color HEX #70DEEB Turquoise Blue

📋 copy color: '#70DEEB'

red 112 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #70DEEB

Tints of Turquoise Blue #70DEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.02%

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

R = 19.68%
G = 39.02%
B = 41.3%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70DEEB (or 0x70DEEB) is known color: Turquoise Blue. HEX triplet: 70, DE and EB. RGB value is (112,222,235). Sum of RGB (Red+Green+Blue) = 112+222+235=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 222 (87.11% from 255 or 39.02% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #70DEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DEEB is #8F2114. Grayscale: #BEBEBE. Windows color (decimal): -9380117 or 15457904. OLE color: 15457904.

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

Color convert

RGB 112 222 235 -
CMYK 0.52 0.06 0 0.08
HSL 186.34º 0.75% 0.68% -
HSV(B) 186.34º 0.52% 0.92% -
XYZ 47.8 61.69 87.98 -
YUV 190.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 112 222 235 0.52 0.06 0 0.08 186.34 0.75 0.68
Hex 70 DE EB 34 6 0 8 BA 4B 44
Octal 160 336 353 64 6 0 10 272 113 104
Binary 1110000 11011110 11101011 110100 110 0 1000 10111010 1001011 1000100

Color Harmonies of #70DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DEEB

Black with #70DEEB

Text Example


Text Example

White with #70DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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