Html Css Color HEX #70ECEE Turquoise Blue

📋 copy color: '#70ECEE'

red 112 ◦ green 236 ◦ blue 238

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

Shades of Turquoise Blue #70ECEE

Tints of Turquoise Blue #70ECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.27%

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

R = 19.11%
G = 40.27%
B = 40.61%

CMYK

 C value IS 0.53

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70ECEE (or 0x70ECEE) is known color: Turquoise Blue. HEX triplet: 70, EC and EE. RGB value is (112,236,238). Sum of RGB (Red+Green+Blue) = 112+236+238=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #70ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70ECEE is #8F1311. Grayscale: #C7C7C7. Windows color (decimal): -9376530 or 15658096. OLE color: 15658096.

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

Color convert

RGB 112 236 238 -
CMYK 0.53 0.01 0 0.07
HSL 180.95º 0.79% 0.69% -
HSV(B) 180.95º 0.53% 0.93% -
XYZ 52.11 69.61 91.58 -
YUV 199.15 149.92 65.84 -
System Red Green Blue C M Y K H S L
Decimal 112 236 238 0.53 0.01 0 0.07 180.95 0.79 0.69
Hex 70 EC EE 35 1 0 7 B5 4F 45
Octal 160 354 356 65 1 0 7 265 117 105
Binary 1110000 11101100 11101110 110101 1 0 111 10110101 1001111 1000101

Color Harmonies of #70ECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECEE

Black with #70ECEE

Text Example


Text Example

White with #70ECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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