Html Css Color HEX #70DBF1 Turquoise Blue

📋 copy color: '#70DBF1'

red 112 ◦ green 219 ◦ blue 241

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

Shades of Turquoise Blue #70DBF1

Tints of Turquoise Blue #70DBF1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.29%

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

R = 19.58%
G = 38.29%
B = 42.13%

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

#70DBF1 (or 0x70DBF1) is known color: Turquoise Blue. HEX triplet: 70, DB and F1. RGB value is (112,219,241). Sum of RGB (Red+Green+Blue) = 112+219+241=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #70DBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBF1 is #8F240E. Grayscale: #BDBDBD. Windows color (decimal): -9380879 or 15850352. OLE color: 15850352.

HSL color Cylindrical-coordinate representation of color #70DBF1: hue angle of 190.23º 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 #70DBF1 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 219 241 -
CMYK 0.54 0.09 0 0.05
HSL 190.23º 0.82% 0.69% -
HSV(B) 190.23º 0.54% 0.95% -
XYZ 47.89 60.46 92.36 -
YUV 189.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 112 219 241 0.54 0.09 0 0.05 190.23 0.82 0.69
Hex 70 DB F1 36 9 0 5 BE 52 45
Octal 160 333 361 66 11 0 5 276 122 105
Binary 1110000 11011011 11110001 110110 1001 0 101 10111110 1010010 1000101

Color Harmonies of #70DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBF1

Black with #70DBF1

Text Example


Text Example

White with #70DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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