Html Css Color HEX #70D3F1 Turquoise Blue

📋 copy color: '#70D3F1'

red 112 ◦ green 211 ◦ blue 241

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

Shades of Turquoise Blue #70D3F1

Tints of Turquoise Blue #70D3F1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 19.86%
G = 37.41%
B = 42.73%

CMYK

 C value IS 0.54

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70D3F1 (or 0x70D3F1) is known color: Turquoise Blue. HEX triplet: 70, D3 and F1. RGB value is (112,211,241). Sum of RGB (Red+Green+Blue) = 112+211+241=564 (74% of max value = 765). Red value is 112 (44.14% from 255 or 19.86% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #70D3F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D3F1 is #8F2C0E. Grayscale: #B8B8B8. Windows color (decimal): -9382927 or 15848304. OLE color: 15848304.

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

Color convert

RGB 112 211 241 -
CMYK 0.54 0.12 0 0.05
HSL 193.95º 0.82% 0.69% -
HSV(B) 193.95º 0.54% 0.95% -
XYZ 45.85 56.38 91.69 -
YUV 184.82 159.7 76.06 -
System Red Green Blue C M Y K H S L
Decimal 112 211 241 0.54 0.12 0 0.05 193.95 0.82 0.69
Hex 70 D3 F1 36 C 0 5 C2 52 45
Octal 160 323 361 66 14 0 5 302 122 105
Binary 1110000 11010011 11110001 110110 1100 0 101 11000010 1010010 1000101

Color Harmonies of #70D3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D3F1

Black with #70D3F1

Text Example


Text Example

White with #70D3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,211,241); }

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

background-color css

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

 a { background-color: rgb(112,211,241); }

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

border-color css

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

 span { border-color: rgb(112,211,241); }

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