Html Css Color HEX #70DDF3 Turquoise Blue

📋 copy color: '#70DDF3'

red 112 ◦ green 221 ◦ blue 243

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

Shades of Turquoise Blue #70DDF3

Tints of Turquoise Blue #70DDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.19%

R = 19.44%
G = 38.37%
B = 42.19%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70DDF3 (or 0x70DDF3) is known color: Turquoise Blue. HEX triplet: 70, DD and F3. RGB value is (112,221,243). Sum of RGB (Red+Green+Blue) = 112+221+243=576 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.44% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #70DDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDF3 is #8F220C. Grayscale: #BEBEBE. Windows color (decimal): -9380365 or 15981936. OLE color: 15981936.

HSL color Cylindrical-coordinate representation of color #70DDF3: hue angle of 190.08º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70DDF3 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 221 243 -
CMYK 0.54 0.09 0 0.05
HSL 190.08º 0.85% 0.7% -
HSV(B) 190.08º 0.54% 0.95% -
XYZ 48.72 61.63 94.12 -
YUV 190.92 157.39 71.71 -
System Red Green Blue C M Y K H S L
Decimal 112 221 243 0.54 0.09 0 0.05 190.08 0.85 0.7
Hex 70 DD F3 36 9 0 5 BE 55 46
Octal 160 335 363 66 11 0 5 276 125 106
Binary 1110000 11011101 11110011 110110 1001 0 101 10111110 1010101 1000110

Color Harmonies of #70DDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDF3

Black with #70DDF3

Text Example


Text Example

White with #70DDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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