Html Css Color HEX #70DFFB Turquoise Blue

📋 copy color: '#70DFFB'

red 112 ◦ green 223 ◦ blue 251

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

Shades of Turquoise Blue #70DFFB

Tints of Turquoise Blue #70DFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 19.11%
G = 38.05%
B = 42.83%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#70DFFB (or 0x70DFFB) is known color: Turquoise Blue. HEX triplet: 70, DF and FB. RGB value is (112,223,251). Sum of RGB (Red+Green+Blue) = 112+223+251=586 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.11% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #70DFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70DFFB is #8F2004. Grayscale: #C0C0C0. Windows color (decimal): -9379845 or 16506736. OLE color: 16506736.

HSL color Cylindrical-coordinate representation of color #70DFFB: hue angle of 192.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DFFB is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 223 251 -
CMYK 0.55 0.11 0 0.02
HSL 192.09º 0.95% 0.71% -
HSV(B) 192.09º 0.55% 0.98% -
XYZ 50.48 63.19 100.8 -
YUV 193 160.73 70.22 -
System Red Green Blue C M Y K H S L
Decimal 112 223 251 0.55 0.11 0 0.02 192.09 0.95 0.71
Hex 70 DF FB 37 B 0 2 C0 5F 47
Octal 160 337 373 67 13 0 2 300 137 107
Binary 1110000 11011111 11111011 110111 1011 0 10 11000000 1011111 1000111

Color Harmonies of #70DFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFFB

Black with #70DFFB

Text Example


Text Example

White with #70DFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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