Html Css Color HEX #71EDEC Turquoise Blue

📋 copy color: '#71EDEC'

red 113 ◦ green 237 ◦ blue 236

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

Shades of Turquoise Blue #71EDEC

Tints of Turquoise Blue #71EDEC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.44%

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

R = 19.28%
G = 40.44%
B = 40.27%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#71EDEC (or 0x71EDEC) is known color: Turquoise Blue. HEX triplet: 71, ED and EC. RGB value is (113,237,236). Sum of RGB (Red+Green+Blue) = 113+237+236=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDEC is #8E1213. Grayscale: #C7C7C7. Windows color (decimal): -9310740 or 15527281. OLE color: 15527281.

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

Color convert

RGB 113 237 236 -
CMYK 0.52 0 0.00 0.07
HSL 179.52º 0.78% 0.69% -
HSV(B) 179.52º 0.52% 0.93% -
XYZ 52.23 70.14 90.14 -
YUV 199.81 148.42 66.08 -
System Red Green Blue C M Y K H S L
Decimal 113 237 236 0.52 0 0.00 0.07 179.52 0.78 0.69
Hex 71 ED EC 34 0 0 7 B4 4E 45
Octal 161 355 354 64 0 0 7 264 116 105
Binary 1110001 11101101 11101100 110100 0 0 111 10110100 1001110 1000101

Color Harmonies of #71EDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDEC

Black with #71EDEC

Text Example


Text Example

White with #71EDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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