Html Css Color HEX #71ECF1 Turquoise Blue

📋 copy color: '#71ECF1'

red 113 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #71ECF1

Tints of Turquoise Blue #71ECF1

RGB

 RED value IS 113 (44.53% from 255) = 19.15%

 GREEN value IS 236 (92.58% from 255) = 40%

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

R = 19.15%
G = 40%
B = 40.85%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71ECF1 (or 0x71ECF1) is known color: Turquoise Blue. HEX triplet: 71, EC and F1. RGB value is (113,236,241). Sum of RGB (Red+Green+Blue) = 113+236+241=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #71ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECF1 is #8E130E. Grayscale: #C7C7C7. Windows color (decimal): -9310991 or 15854705. OLE color: 15854705.

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

Color convert

RGB 113 236 241 -
CMYK 0.53 0.02 0 0.05
HSL 182.34º 0.82% 0.69% -
HSV(B) 182.34º 0.53% 0.95% -
XYZ 52.68 69.85 93.93 -
YUV 199.79 151.25 66.09 -
System Red Green Blue C M Y K H S L
Decimal 113 236 241 0.53 0.02 0 0.05 182.34 0.82 0.69
Hex 71 EC F1 35 2 0 5 B6 52 45
Octal 161 354 361 65 2 0 5 266 122 105
Binary 1110001 11101100 11110001 110101 10 0 101 10110110 1010010 1000101

Color Harmonies of #71ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECF1

Black with #71ECF1

Text Example


Text Example

White with #71ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71ECF1; }

 p { color: rgb(113,236,241); }

 H1.HeaderClassName
 {
   color: #71ECF1;
 }
 .AnyTagClassName
 {
   color: #71ECF1;
 }
</style>

background-color css

<style>
 a { background-color: #71ECF1; }

 a { background-color: rgb(113,236,241); }

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

border-color css

<style>
 span { border-color: #71ECF1; }

 span { border-color: rgb(113,236,241); }

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