Html Css Color HEX #70E0F1 Turquoise Blue

📋 copy color: '#70E0F1'

red 112 ◦ green 224 ◦ blue 241

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

Shades of Turquoise Blue #70E0F1

Tints of Turquoise Blue #70E0F1

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.82%

 BLUE value IS 241 (94.53% from 255) = 41.77%

R = 19.41%
G = 38.82%
B = 41.77%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#70E0F1 (or 0x70E0F1) is known color: Turquoise Blue. HEX triplet: 70, E0 and F1. RGB value is (112,224,241). Sum of RGB (Red+Green+Blue) = 112+224+241=577 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.41% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #70E0F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70E0F1 is #8F1F0E. Grayscale: #C0C0C0. Windows color (decimal): -9379599 or 15851632. OLE color: 15851632.

HSL color Cylindrical-coordinate representation of color #70E0F1: hue angle of 187.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70E0F1 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 224 241 -
CMYK 0.54 0.07 0 0.05
HSL 187.91º 0.82% 0.69% -
HSV(B) 187.91º 0.54% 0.95% -
XYZ 49.21 63.11 92.81 -
YUV 192.45 155.39 70.62 -
System Red Green Blue C M Y K H S L
Decimal 112 224 241 0.54 0.07 0 0.05 187.91 0.82 0.69
Hex 70 E0 F1 36 7 0 5 BC 52 45
Octal 160 340 361 66 7 0 5 274 122 105
Binary 1110000 11100000 11110001 110110 111 0 101 10111100 1010010 1000101

Color Harmonies of #70E0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E0F1

Black with #70E0F1

Text Example


Text Example

White with #70E0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,241); }

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

background-color css

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

 a { background-color: rgb(112,224,241); }

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

border-color css

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

 span { border-color: rgb(112,224,241); }

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