Html Css Color HEX #71E6EC Turquoise Blue

📋 copy color: '#71E6EC'

red 113 ◦ green 230 ◦ blue 236

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

Shades of Turquoise Blue #71E6EC

Tints of Turquoise Blue #71E6EC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.72%

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 19.52%
G = 39.72%
B = 40.76%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71E6EC (or 0x71E6EC) is known color: Turquoise Blue. HEX triplet: 71, E6 and EC. RGB value is (113,230,236). Sum of RGB (Red+Green+Blue) = 113+230+236=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #71E6EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E6EC is #8E1913. Grayscale: #C3C3C3. Windows color (decimal): -9312532 or 15525489. OLE color: 15525489.

HSL color Cylindrical-coordinate representation of color #71E6EC: hue angle of 182.93º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71E6EC is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 230 236 -
CMYK 0.52 0.03 0 0.07
HSL 182.93º 0.76% 0.68% -
HSV(B) 182.93º 0.52% 0.93% -
XYZ 50.25 66.16 89.48 -
YUV 195.7 150.74 69.01 -
System Red Green Blue C M Y K H S L
Decimal 113 230 236 0.52 0.03 0 0.07 182.93 0.76 0.68
Hex 71 E6 EC 34 3 0 7 B7 4C 44
Octal 161 346 354 64 3 0 7 267 114 104
Binary 1110001 11100110 11101100 110100 11 0 111 10110111 1001100 1000100

Color Harmonies of #71E6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E6EC

Black with #71E6EC

Text Example


Text Example

White with #71E6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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