Html Css Color HEX #70EEED Turquoise Blue

📋 copy color: '#70EEED'

red 112 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #70EEED

Tints of Turquoise Blue #70EEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 19.08%
G = 40.55%
B = 40.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#70EEED (or 0x70EEED) is known color: Turquoise Blue. HEX triplet: 70, EE and ED. RGB value is (112,238,237). Sum of RGB (Red+Green+Blue) = 112+238+237=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 238 (93.36% from 255 or 40.55% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #70EEED is #8F1112. Grayscale: #C8C8C8. Windows color (decimal): -9376019 or 15593072. OLE color: 15593072.

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

Color convert

RGB 112 238 237 -
CMYK 0.53 0 0.00 0.07
HSL 179.52º 0.79% 0.69% -
HSV(B) 179.52º 0.53% 0.93% -
XYZ 52.54 70.71 91 -
YUV 200.21 148.76 65.08 -
System Red Green Blue C M Y K H S L
Decimal 112 238 237 0.53 0 0.00 0.07 179.52 0.79 0.69
Hex 70 EE ED 35 0 0 7 B4 4F 45
Octal 160 356 355 65 0 0 7 264 117 105
Binary 1110000 11101110 11101101 110101 0 0 111 10110100 1001111 1000101

Color Harmonies of #70EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EEED

Black with #70EEED

Text Example


Text Example

White with #70EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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