Html Css Color HEX #70EEE1 Turquoise Blue

📋 copy color: '#70EEE1'

red 112 ◦ green 238 ◦ blue 225

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

Shades of Turquoise Blue #70EEE1

Tints of Turquoise Blue #70EEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.39%

 BLUE value IS 225 (88.28% from 255) = 39.13%

R = 19.48%
G = 41.39%
B = 39.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#70EEE1 (or 0x70EEE1) is known color: Turquoise Blue. HEX triplet: 70, EE and E1. RGB value is (112,238,225). Sum of RGB (Red+Green+Blue) = 112+238+225=575 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.48% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEE1 is #8F111E. Grayscale: #C6C6C6. Windows color (decimal): -9376031 or 14806640. OLE color: 14806640.

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

Color convert

RGB 112 238 225 -
CMYK 0.53 0 0.05 0.07
HSL 173.81º 0.79% 0.69% -
HSV(B) 173.81º 0.53% 0.93% -
XYZ 50.85 70.03 82.07 -
YUV 198.84 142.76 66.06 -
System Red Green Blue C M Y K H S L
Decimal 112 238 225 0.53 0 0.05 0.07 173.81 0.79 0.69
Hex 70 EE E1 35 0 5 7 AE 4F 45
Octal 160 356 341 65 0 5 7 256 117 105
Binary 1110000 11101110 11100001 110101 0 101 111 10101110 1001111 1000101

Color Harmonies of #70EEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEE1

Black with #70EEE1

Text Example


Text Example

White with #70EEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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