Html Css Color HEX #71E7EC Turquoise Blue

📋 copy color: '#71E7EC'

red 113 ◦ green 231 ◦ blue 236

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

Shades of Turquoise Blue #71E7EC

Tints of Turquoise Blue #71E7EC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.83%

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

R = 19.48%
G = 39.83%
B = 40.69%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71E7EC (or 0x71E7EC) is known color: Turquoise Blue. HEX triplet: 71, E7 and EC. RGB value is (113,231,236). Sum of RGB (Red+Green+Blue) = 113+231+236=580 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.48% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #71E7EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E7EC is #8E1813. Grayscale: #C4C4C4. Windows color (decimal): -9312276 or 15525745. OLE color: 15525745.

HSL color Cylindrical-coordinate representation of color #71E7EC: hue angle of 182.44º 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 #71E7EC is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 231 236 -
CMYK 0.52 0.02 0 0.07
HSL 182.44º 0.76% 0.68% -
HSV(B) 182.44º 0.52% 0.93% -
XYZ 50.53 66.72 89.57 -
YUV 196.29 150.41 68.59 -
System Red Green Blue C M Y K H S L
Decimal 113 231 236 0.52 0.02 0 0.07 182.44 0.76 0.68
Hex 71 E7 EC 34 2 0 7 B6 4C 44
Octal 161 347 354 64 2 0 7 266 114 104
Binary 1110001 11100111 11101100 110100 10 0 111 10110110 1001100 1000100

Color Harmonies of #71E7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E7EC

Black with #71E7EC

Text Example


Text Example

White with #71E7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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