Html Css Color HEX #71EDE6 Turquoise Blue

📋 copy color: '#71EDE6'

red 113 ◦ green 237 ◦ blue 230

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

Shades of Turquoise Blue #71EDE6

Tints of Turquoise Blue #71EDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 19.48%
G = 40.86%
B = 39.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#71EDE6 (or 0x71EDE6) is known color: Turquoise Blue. HEX triplet: 71, ED and E6. RGB value is (113,237,230). Sum of RGB (Red+Green+Blue) = 113+237+230=580 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.48% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDE6 is #8E1219. Grayscale: #C7C7C7. Windows color (decimal): -9310746 or 15134065. OLE color: 15134065.

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

Color convert

RGB 113 237 230 -
CMYK 0.52 0 0.03 0.07
HSL 176.61º 0.78% 0.69% -
HSV(B) 176.61º 0.52% 0.93% -
XYZ 51.38 69.79 85.63 -
YUV 199.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 113 237 230 0.52 0 0.03 0.07 176.61 0.78 0.69
Hex 71 ED E6 34 0 3 7 B1 4E 45
Octal 161 355 346 64 0 3 7 261 116 105
Binary 1110001 11101101 11100110 110100 0 11 111 10110001 1001110 1000101

Color Harmonies of #71EDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDE6

Black with #71EDE6

Text Example


Text Example

White with #71EDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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