Html Css Color HEX #70DFFC Turquoise Blue

📋 copy color: '#70DFFC'

red 112 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #70DFFC

Tints of Turquoise Blue #70DFFC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.99%

 BLUE value IS 252 (98.83% from 255) = 42.93%

R = 19.08%
G = 37.99%
B = 42.93%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#70DFFC (or 0x70DFFC) is known color: Turquoise Blue. HEX triplet: 70, DF and FC. RGB value is (112,223,252). Sum of RGB (Red+Green+Blue) = 112+223+252=587 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.08% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 252 (98.83% from 255 or 42.93% from 587); Max value from RGB is 252 - color contains mainly: blue. Hex color #70DFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFFC is #8F2003. Grayscale: #C0C0C0. Windows color (decimal): -9379844 or 16572272. OLE color: 16572272.

HSL color Cylindrical-coordinate representation of color #70DFFC: hue angle of 192.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70DFFC is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 223 252 -
CMYK 0.56 0.12 0 0.01
HSL 192.43º 0.96% 0.71% -
HSV(B) 192.43º 0.56% 0.99% -
XYZ 50.64 63.25 101.63 -
YUV 193.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 112 223 252 0.56 0.12 0 0.01 192.43 0.96 0.71
Hex 70 DF FC 38 C 0 1 C0 60 47
Octal 160 337 374 70 14 0 1 300 140 107
Binary 1110000 11011111 11111100 111000 1100 0 1 11000000 1100000 1000111

Color Harmonies of #70DFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFFC

Black with #70DFFC

Text Example


Text Example

White with #70DFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,223,252); }

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

background-color css

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

 a { background-color: rgb(112,223,252); }

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

border-color css

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

 span { border-color: rgb(112,223,252); }

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