Html Css Color HEX #70DDFD Turquoise Blue

📋 copy color: '#70DDFD'

red 112 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #70DDFD

Tints of Turquoise Blue #70DDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.17%

R = 19.11%
G = 37.71%
B = 43.17%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70DDFD (or 0x70DDFD) is known color: Turquoise Blue. HEX triplet: 70, DD and FD. RGB value is (112,221,253). Sum of RGB (Red+Green+Blue) = 112+221+253=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #70DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DDFD is #8F2202. Grayscale: #BFBFBF. Windows color (decimal): -9380355 or 16637296. OLE color: 16637296.

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

Color convert

RGB 112 221 253 -
CMYK 0.56 0.13 0 0.01
HSL 193.62º 0.97% 0.72% -
HSV(B) 193.62º 0.56% 0.99% -
XYZ 50.27 62.25 102.29 -
YUV 192.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 112 221 253 0.56 0.13 0 0.01 193.62 0.97 0.72
Hex 70 DD FD 38 D 0 1 C2 61 48
Octal 160 335 375 70 15 0 1 302 141 110
Binary 1110000 11011101 11111101 111000 1101 0 1 11000010 1100001 1001000

Color Harmonies of #70DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DDFD

Black with #70DDFD

Text Example


Text Example

White with #70DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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