Html Css Color HEX #70DFEA Turquoise Blue

📋 copy color: '#70DFEA'

red 112 ◦ green 223 ◦ blue 234

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

Shades of Turquoise Blue #70DFEA

Tints of Turquoise Blue #70DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.19%

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 19.68%
G = 39.19%
B = 41.12%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70DFEA (or 0x70DFEA) is known color: Turquoise Blue. HEX triplet: 70, DF and EA. RGB value is (112,223,234). Sum of RGB (Red+Green+Blue) = 112+223+234=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #70DFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFEA is #8F2015. Grayscale: #BEBEBE. Windows color (decimal): -9379862 or 15392624. OLE color: 15392624.

HSL color Cylindrical-coordinate representation of color #70DFEA: hue angle of 185.41º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70DFEA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 223 234 -
CMYK 0.52 0.05 0 0.08
HSL 185.41º 0.74% 0.68% -
HSV(B) 185.41º 0.52% 0.92% -
XYZ 47.92 62.16 87.31 -
YUV 191.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 112 223 234 0.52 0.05 0 0.08 185.41 0.74 0.68
Hex 70 DF EA 34 5 0 8 B9 4A 44
Octal 160 337 352 64 5 0 10 271 112 104
Binary 1110000 11011111 11101010 110100 101 0 1000 10111001 1001010 1000100

Color Harmonies of #70DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFEA

Black with #70DFEA

Text Example


Text Example

White with #70DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,234); }

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

background-color css

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

 a { background-color: rgb(112,223,234); }

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

border-color css

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

 span { border-color: rgb(112,223,234); }

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