Html Css Color HEX #71ECEC Turquoise Blue

📋 copy color: '#71ECEC'

red 113 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #71ECEC

Tints of Turquoise Blue #71ECEC

RGB

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

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

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

R = 19.32%
G = 40.34%
B = 40.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71ECEC (or 0x71ECEC) is known color: Turquoise Blue. HEX triplet: 71, EC and EC. RGB value is (113,236,236). Sum of RGB (Red+Green+Blue) = 113+236+236=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #71ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECEC is #8E1313. Grayscale: #C7C7C7. Windows color (decimal): -9310996 or 15527025. OLE color: 15527025.

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

Color convert

RGB 113 236 236 -
CMYK 0.52 0 0 0.07
HSL 180º 0.76% 0.68% -
HSV(B) 180º 0.52% 0.93% -
XYZ 51.95 69.56 90.05 -
YUV 199.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 113 236 236 0.52 0 0 0.07 180 0.76 0.68
Hex 71 EC EC 34 0 0 7 B4 4C 44
Octal 161 354 354 64 0 0 7 264 114 104
Binary 1110001 11101100 11101100 110100 0 0 111 10110100 1001100 1000100

Color Harmonies of #71ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71ECEC

Black with #71ECEC

Text Example


Text Example

White with #71ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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