Html Css Color HEX #70CEED Turquoise Blue

📋 copy color: '#70CEED'

red 112 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #70CEED

Tints of Turquoise Blue #70CEED

RGB

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

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

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

R = 20.18%
G = 37.12%
B = 42.7%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70CEED (or 0x70CEED) is known color: Turquoise Blue. HEX triplet: 70, CE and ED. RGB value is (112,206,237). Sum of RGB (Red+Green+Blue) = 112+206+237=555 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.18% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #70CEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEED is #8F3112. Grayscale: #B5B5B5. Windows color (decimal): -9384211 or 15584880. OLE color: 15584880.

HSL color Cylindrical-coordinate representation of color #70CEED: hue angle of 194.88º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CEED is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 206 237 -
CMYK 0.53 0.13 0 0.07
HSL 194.88º 0.78% 0.68% -
HSV(B) 194.88º 0.53% 0.93% -
XYZ 44.04 53.7 88.17 -
YUV 181.43 159.36 78.48 -
System Red Green Blue C M Y K H S L
Decimal 112 206 237 0.53 0.13 0 0.07 194.88 0.78 0.68
Hex 70 CE ED 35 D 0 7 C3 4E 44
Octal 160 316 355 65 15 0 7 303 116 104
Binary 1110000 11001110 11101101 110101 1101 0 111 11000011 1001110 1000100

Color Harmonies of #70CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CEED

Black with #70CEED

Text Example


Text Example

White with #70CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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