Html Css Color HEX #70EAF2 Turquoise Blue

📋 copy color: '#70EAF2'

red 112 ◦ green 234 ◦ blue 242

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

Shades of Turquoise Blue #70EAF2

Tints of Turquoise Blue #70EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 19.05%
G = 39.8%
B = 41.16%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70EAF2 (or 0x70EAF2) is known color: Turquoise Blue. HEX triplet: 70, EA and F2. RGB value is (112,234,242). Sum of RGB (Red+Green+Blue) = 112+234+242=588 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.05% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #70EAF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EAF2 is #8F150D. Grayscale: #C6C6C6. Windows color (decimal): -9377038 or 15919728. OLE color: 15919728.

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

Color convert

RGB 112 234 242 -
CMYK 0.54 0.03 0 0.05
HSL 183.69º 0.83% 0.69% -
HSV(B) 183.69º 0.54% 0.95% -
XYZ 52.13 68.7 94.52 -
YUV 198.43 152.58 66.35 -
System Red Green Blue C M Y K H S L
Decimal 112 234 242 0.54 0.03 0 0.05 183.69 0.83 0.69
Hex 70 EA F2 36 3 0 5 B8 53 45
Octal 160 352 362 66 3 0 5 270 123 105
Binary 1110000 11101010 11110010 110110 11 0 101 10111000 1010011 1000101

Color Harmonies of #70EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EAF2

Black with #70EAF2

Text Example


Text Example

White with #70EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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