Html Css Color HEX #71EFE7 Turquoise Blue

📋 copy color: '#71EFE7'

red 113 ◦ green 239 ◦ blue 231

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

Shades of Turquoise Blue #71EFE7

Tints of Turquoise Blue #71EFE7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.99%

 BLUE value IS 231 (90.63% from 255) = 39.62%

R = 19.38%
G = 40.99%
B = 39.62%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#71EFE7 (or 0x71EFE7) is known color: Turquoise Blue. HEX triplet: 71, EF and E7. RGB value is (113,239,231). Sum of RGB (Red+Green+Blue) = 113+239+231=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #71EFE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFE7 is #8E1018. Grayscale: #C8C8C8. Windows color (decimal): -9310233 or 15200113. OLE color: 15200113.

HSL color Cylindrical-coordinate representation of color #71EFE7: hue angle of 176.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EFE7 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 239 231 -
CMYK 0.53 0 0.03 0.06
HSL 176.19º 0.8% 0.69% -
HSV(B) 176.19º 0.53% 0.94% -
XYZ 52.1 71.01 86.56 -
YUV 200.41 145.26 65.65 -
System Red Green Blue C M Y K H S L
Decimal 113 239 231 0.53 0 0.03 0.06 176.19 0.8 0.69
Hex 71 EF E7 35 0 3 6 B0 50 45
Octal 161 357 347 65 0 3 6 260 120 105
Binary 1110001 11101111 11100111 110101 0 11 110 10110000 1010000 1000101

Color Harmonies of #71EFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EFE7

Black with #71EFE7

Text Example


Text Example

White with #71EFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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