Html Css Color HEX #71EDE5 Turquoise Blue

📋 copy color: '#71EDE5'

red 113 ◦ green 237 ◦ blue 229

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

Shades of Turquoise Blue #71EDE5

Tints of Turquoise Blue #71EDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.55%

R = 19.52%
G = 40.93%
B = 39.55%

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

#71EDE5 (or 0x71EDE5) is known color: Turquoise Blue. HEX triplet: 71, ED and E5. RGB value is (113,237,229). Sum of RGB (Red+Green+Blue) = 113+237+229=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EDE5 is #8E121A. Grayscale: #C6C6C6. Windows color (decimal): -9310747 or 15068529. OLE color: 15068529.

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

Color convert

RGB 113 237 229 -
CMYK 0.52 0 0.03 0.07
HSL 176.13º 0.78% 0.69% -
HSV(B) 176.13º 0.52% 0.93% -
XYZ 51.24 69.74 84.89 -
YUV 199.01 144.92 66.65 -
System Red Green Blue C M Y K H S L
Decimal 113 237 229 0.52 0 0.03 0.07 176.13 0.78 0.69
Hex 71 ED E5 34 0 3 7 B0 4E 45
Octal 161 355 345 64 0 3 7 260 116 105
Binary 1110001 11101101 11100101 110100 0 11 111 10110000 1001110 1000101

Color Harmonies of #71EDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDE5

Black with #71EDE5

Text Example


Text Example

White with #71EDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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