Html Css Color HEX #70DDFC Turquoise Blue

📋 copy color: '#70DDFC'

red 112 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #70DDFC

Tints of Turquoise Blue #70DDFC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 19.15%
G = 37.78%
B = 43.08%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70DDFC (or 0x70DDFC) is known color: Turquoise Blue. HEX triplet: 70, DD and FC. RGB value is (112,221,252). Sum of RGB (Red+Green+Blue) = 112+221+252=585 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.15% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #70DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDFC is #8F2203. Grayscale: #BFBFBF. Windows color (decimal): -9380356 or 16571760. OLE color: 16571760.

HSL color Cylindrical-coordinate representation of color #70DDFC: hue angle of 193.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DDFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 221 252 -
CMYK 0.56 0.12 0 0.01
HSL 193.29º 0.96% 0.71% -
HSV(B) 193.29º 0.56% 0.99% -
XYZ 50.11 62.19 101.46 -
YUV 191.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 112 221 252 0.56 0.12 0 0.01 193.29 0.96 0.71
Hex 70 DD FC 38 C 0 1 C1 60 47
Octal 160 335 374 70 14 0 1 301 140 107
Binary 1110000 11011101 11111100 111000 1100 0 1 11000001 1100000 1000111

Color Harmonies of #70DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDFC

Black with #70DDFC

Text Example


Text Example

White with #70DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,252); }

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

background-color css

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

 a { background-color: rgb(112,221,252); }

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

border-color css

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

 span { border-color: rgb(112,221,252); }

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