Html Css Color HEX #70CEEA Turquoise Blue

📋 copy color: '#70CEEA'

red 112 ◦ green 206 ◦ blue 234

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

Shades of Turquoise Blue #70CEEA

Tints of Turquoise Blue #70CEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.39%

R = 20.29%
G = 37.32%
B = 42.39%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#70CEEA (or 0x70CEEA) is known color: Turquoise Blue. HEX triplet: 70, CE and EA. RGB value is (112,206,234). Sum of RGB (Red+Green+Blue) = 112+206+234=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #70CEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEEA is #8F3115. Grayscale: #B4B4B4. Windows color (decimal): -9384214 or 15388272. OLE color: 15388272.

HSL color Cylindrical-coordinate representation of color #70CEEA: hue angle of 193.77º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70CEEA is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 206 234 -
CMYK 0.52 0.12 0 0.08
HSL 193.77º 0.74% 0.68% -
HSV(B) 193.77º 0.52% 0.92% -
XYZ 43.6 53.53 85.88 -
YUV 181.09 157.86 78.72 -
System Red Green Blue C M Y K H S L
Decimal 112 206 234 0.52 0.12 0 0.08 193.77 0.74 0.68
Hex 70 CE EA 34 C 0 8 C2 4A 44
Octal 160 316 352 64 14 0 10 302 112 104
Binary 1110000 11001110 11101010 110100 1100 0 1000 11000010 1001010 1000100

Color Harmonies of #70CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEEA

Black with #70CEEA

Text Example


Text Example

White with #70CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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