Html Css Color HEX #70DAFA Turquoise Blue

📋 copy color: '#70DAFA'

red 112 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #70DAFA

Tints of Turquoise Blue #70DAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 19.31%
G = 37.59%
B = 43.1%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70DAFA (or 0x70DAFA) is known color: Turquoise Blue. HEX triplet: 70, DA and FA. RGB value is (112,218,250). Sum of RGB (Red+Green+Blue) = 112+218+250=580 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.31% from 580); Green value is 218 (85.55% from 255 or 37.59% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #70DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DAFA is #8F2505. Grayscale: #BDBDBD. Windows color (decimal): -9381126 or 16439920. OLE color: 16439920.

HSL color Cylindrical-coordinate representation of color #70DAFA: hue angle of 193.91º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DAFA is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 218 250 -
CMYK 0.55 0.13 0 0.02
HSL 193.91º 0.93% 0.71% -
HSV(B) 193.91º 0.55% 0.98% -
XYZ 49.01 60.49 99.54 -
YUV 189.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 112 218 250 0.55 0.13 0 0.02 193.91 0.93 0.71
Hex 70 DA FA 37 D 0 2 C2 5D 47
Octal 160 332 372 67 15 0 2 302 135 107
Binary 1110000 11011010 11111010 110111 1101 0 10 11000010 1011101 1000111

Color Harmonies of #70DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DAFA

Black with #70DAFA

Text Example


Text Example

White with #70DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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