Html Css Color HEX #70CCED Turquoise Blue

📋 copy color: '#70CCED'

red 112 ◦ green 204 ◦ blue 237

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

Shades of Turquoise Blue #70CCED

Tints of Turquoise Blue #70CCED

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

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

R = 20.25%
G = 36.89%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#70CCED (or 0x70CCED) is known color: Turquoise Blue. HEX triplet: 70, CC and ED. RGB value is (112,204,237). Sum of RGB (Red+Green+Blue) = 112+204+237=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #70CCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CCED is #8F3312. Grayscale: #B4B4B4. Windows color (decimal): -9384723 or 15584368. OLE color: 15584368.

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

Color convert

RGB 112 204 237 -
CMYK 0.53 0.14 0 0.07
HSL 195.84º 0.78% 0.68% -
HSV(B) 195.84º 0.53% 0.93% -
XYZ 43.56 52.74 88.01 -
YUV 180.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 112 204 237 0.53 0.14 0 0.07 195.84 0.78 0.68
Hex 70 CC ED 35 E 0 7 C4 4E 44
Octal 160 314 355 65 16 0 7 304 116 104
Binary 1110000 11001100 11101101 110101 1110 0 111 11000100 1001110 1000100

Color Harmonies of #70CCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CCED

Black with #70CCED

Text Example


Text Example

White with #70CCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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