Html Css Color HEX #70DCED Turquoise Blue

📋 copy color: '#70DCED'

red 112 ◦ green 220 ◦ blue 237

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

Shades of Turquoise Blue #70DCED

Tints of Turquoise Blue #70DCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.66%

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

R = 19.68%
G = 38.66%
B = 41.65%

CMYK

 C value IS 0.53

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70DCED (or 0x70DCED) is known color: Turquoise Blue. HEX triplet: 70, DC and ED. RGB value is (112,220,237). Sum of RGB (Red+Green+Blue) = 112+220+237=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #70DCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DCED is #8F2312. Grayscale: #BDBDBD. Windows color (decimal): -9380627 or 15588464. OLE color: 15588464.

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

Color convert

RGB 112 220 237 -
CMYK 0.53 0.07 0 0.07
HSL 188.16º 0.78% 0.68% -
HSV(B) 188.16º 0.53% 0.93% -
XYZ 47.56 60.75 89.34 -
YUV 189.65 154.72 72.62 -
System Red Green Blue C M Y K H S L
Decimal 112 220 237 0.53 0.07 0 0.07 188.16 0.78 0.68
Hex 70 DC ED 35 7 0 7 BC 4E 44
Octal 160 334 355 65 7 0 7 274 116 104
Binary 1110000 11011100 11101101 110101 111 0 111 10111100 1001110 1000100

Color Harmonies of #70DCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCED

Black with #70DCED

Text Example


Text Example

White with #70DCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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