Html Css Color HEX #70EEE3 Turquoise Blue

📋 copy color: '#70EEE3'

red 112 ◦ green 238 ◦ blue 227

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

Shades of Turquoise Blue #70EEE3

Tints of Turquoise Blue #70EEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 19.41%
G = 41.25%
B = 39.34%

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

#70EEE3 (or 0x70EEE3) is known color: Turquoise Blue. HEX triplet: 70, EE and E3. RGB value is (112,238,227). Sum of RGB (Red+Green+Blue) = 112+238+227=577 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.41% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EEE3 is #8F111C. Grayscale: #C6C6C6. Windows color (decimal): -9376029 or 14937712. OLE color: 14937712.

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

Color convert

RGB 112 238 227 -
CMYK 0.53 0 0.05 0.07
HSL 174.76º 0.79% 0.69% -
HSV(B) 174.76º 0.53% 0.93% -
XYZ 51.12 70.14 83.52 -
YUV 199.07 143.76 65.89 -
System Red Green Blue C M Y K H S L
Decimal 112 238 227 0.53 0 0.05 0.07 174.76 0.79 0.69
Hex 70 EE E3 35 0 5 7 AF 4F 45
Octal 160 356 343 65 0 5 7 257 117 105
Binary 1110000 11101110 11100011 110101 0 101 111 10101111 1001111 1000101

Color Harmonies of #70EEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEE3

Black with #70EEE3

Text Example


Text Example

White with #70EEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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