Html Css Color HEX #70DAFF Turquoise Blue

📋 copy color: '#70DAFF'

red 112 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #70DAFF

Tints of Turquoise Blue #70DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 19.15%
G = 37.26%
B = 43.59%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#70DAFF (or 0x70DAFF) is known color: Turquoise Blue. HEX triplet: 70, DA and FF. RGB value is (112,218,255). Sum of RGB (Red+Green+Blue) = 112+218+255=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #70DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAFF is #8F2500. Grayscale: #BEBEBE. Windows color (decimal): -9381121 or 16767600. OLE color: 16767600.

HSL color Cylindrical-coordinate representation of color #70DAFF: hue angle of 195.52º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DAFF is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 218 255 -
CMYK 0.56 0.15 0 0
HSL 195.52º 1% 0.72% -
HSV(B) 195.52º 0.56% 1% -
XYZ 49.8 60.81 103.72 -
YUV 190.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 112 218 255 0.56 0.15 0 0 195.52 1 0.72
Hex 70 DA FF 38 F 0 0 C4 64 48
Octal 160 332 377 70 17 0 0 304 144 110
Binary 1110000 11011010 11111111 111000 1111 0 0 11000100 1100100 1001000

Color Harmonies of #70DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAFF

Black with #70DAFF

Text Example


Text Example

White with #70DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,218,255); }

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

background-color css

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

 a { background-color: rgb(112,218,255); }

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

border-color css

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

 span { border-color: rgb(112,218,255); }

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