Html Css Color HEX #71F0E7 Turquoise Blue

📋 copy color: '#71F0E7'

red 113 ◦ green 240 ◦ blue 231

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

Shades of Turquoise Blue #71F0E7

Tints of Turquoise Blue #71F0E7

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.1%

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

R = 19.35%
G = 41.1%
B = 39.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#71F0E7 (or 0x71F0E7) is known color: Turquoise Blue. HEX triplet: 71, F0 and E7. RGB value is (113,240,231). Sum of RGB (Red+Green+Blue) = 113+240+231=584 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.35% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 231 (90.62% from 255 or 39.55% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #71F0E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71F0E7 is #8E0F18. Grayscale: #C8C8C8. Windows color (decimal): -9309977 or 15200369. OLE color: 15200369.

HSL color Cylindrical-coordinate representation of color #71F0E7: hue angle of 175.75º degrees, saturation: 0.81, 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 #71F0E7 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 240 231 -
CMYK 0.53 0 0.04 0.06
HSL 175.75º 0.81% 0.69% -
HSV(B) 175.75º 0.53% 0.94% -
XYZ 52.39 71.6 86.66 -
YUV 201 144.92 65.23 -
System Red Green Blue C M Y K H S L
Decimal 113 240 231 0.53 0 0.04 0.06 175.75 0.81 0.69
Hex 71 F0 E7 35 0 4 6 B0 51 45
Octal 161 360 347 65 0 4 6 260 121 105
Binary 1110001 11110000 11100111 110101 0 100 110 10110000 1010001 1000101

Color Harmonies of #71F0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71F0E7

Black with #71F0E7

Text Example


Text Example

White with #71F0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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