Html Css Color HEX #70DAFE Turquoise Blue

📋 copy color: '#70DAFE'

red 112 ◦ green 218 ◦ blue 254

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

Shades of Turquoise Blue #70DAFE

Tints of Turquoise Blue #70DAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 19.18%
G = 37.33%
B = 43.49%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#70DAFE (or 0x70DAFE) is known color: Turquoise Blue. HEX triplet: 70, DA and FE. RGB value is (112,218,254). Sum of RGB (Red+Green+Blue) = 112+218+254=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #70DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAFE is #8F2501. Grayscale: #BEBEBE. Windows color (decimal): -9381122 or 16702064. OLE color: 16702064.

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

Color convert

RGB 112 218 254 -
CMYK 0.56 0.14 0 0.00
HSL 195.21º 0.99% 0.72% -
HSV(B) 195.21º 0.56% 1% -
XYZ 49.64 60.74 102.87 -
YUV 190.41 163.88 72.07 -
System Red Green Blue C M Y K H S L
Decimal 112 218 254 0.56 0.14 0 0.00 195.21 0.99 0.72
Hex 70 DA FE 38 E 0 0 C3 63 48
Octal 160 332 376 70 16 0 0 303 143 110
Binary 1110000 11011010 11111110 111000 1110 0 0 11000011 1100011 1001000

Color Harmonies of #70DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAFE

Black with #70DAFE

Text Example


Text Example

White with #70DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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