Html Css Color HEX #70DBEE Turquoise Blue

📋 copy color: '#70DBEE'

red 112 ◦ green 219 ◦ blue 238

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

Shades of Turquoise Blue #70DBEE

Tints of Turquoise Blue #70DBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 19.68%
G = 38.49%
B = 41.83%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70DBEE (or 0x70DBEE) is known color: Turquoise Blue. HEX triplet: 70, DB and EE. RGB value is (112,219,238). Sum of RGB (Red+Green+Blue) = 112+219+238=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #70DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DBEE is #8F2411. Grayscale: #BCBCBC. Windows color (decimal): -9380882 or 15653744. OLE color: 15653744.

HSL color Cylindrical-coordinate representation of color #70DBEE: hue angle of 189.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70DBEE is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 219 238 -
CMYK 0.53 0.08 0 0.07
HSL 189.05º 0.79% 0.69% -
HSV(B) 189.05º 0.53% 0.93% -
XYZ 47.45 60.28 90.02 -
YUV 189.17 155.55 72.96 -
System Red Green Blue C M Y K H S L
Decimal 112 219 238 0.53 0.08 0 0.07 189.05 0.79 0.69
Hex 70 DB EE 35 8 0 7 BD 4F 45
Octal 160 333 356 65 10 0 7 275 117 105
Binary 1110000 11011011 11101110 110101 1000 0 111 10111101 1001111 1000101

Color Harmonies of #70DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DBEE

Black with #70DBEE

Text Example


Text Example

White with #70DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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