Html Css Color HEX #70CEE5 Turquoise Blue

📋 copy color: '#70CEE5'

red 112 ◦ green 206 ◦ blue 229

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

Shades of Turquoise Blue #70CEE5

Tints of Turquoise Blue #70CEE5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.66%

 BLUE value IS 229 (89.84% from 255) = 41.86%

R = 20.48%
G = 37.66%
B = 41.86%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#70CEE5 (or 0x70CEE5) is known color: Turquoise Blue. HEX triplet: 70, CE and E5. RGB value is (112,206,229). Sum of RGB (Red+Green+Blue) = 112+206+229=547 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.48% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #70CEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEE5 is #8F311A. Grayscale: #B4B4B4. Windows color (decimal): -9384219 or 15060592. OLE color: 15060592.

HSL color Cylindrical-coordinate representation of color #70CEE5: hue angle of 191.79º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70CEE5 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 206 229 -
CMYK 0.51 0.10 0 0.10
HSL 191.79º 0.69% 0.67% -
HSV(B) 191.79º 0.51% 0.9% -
XYZ 42.9 53.24 82.15 -
YUV 180.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 112 206 229 0.51 0.10 0 0.10 191.79 0.69 0.67
Hex 70 CE E5 33 A 0 A C0 45 43
Octal 160 316 345 63 12 0 12 300 105 103
Binary 1110000 11001110 11100101 110011 1010 0 1010 11000000 1000101 1000011

Color Harmonies of #70CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEE5

Black with #70CEE5

Text Example


Text Example

White with #70CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,229); }

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

background-color css

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

 a { background-color: rgb(112,206,229); }

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

border-color css

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

 span { border-color: rgb(112,206,229); }

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