Html Css Color HEX #71E6DA Turquoise Blue

📋 copy color: '#71E6DA'

red 113 ◦ green 230 ◦ blue 218

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

Shades of Turquoise Blue #71E6DA

Tints of Turquoise Blue #71E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41%

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 20.14%
G = 41%
B = 38.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#71E6DA (or 0x71E6DA) is known color: Turquoise Blue. HEX triplet: 71, E6 and DA. RGB value is (113,230,218). Sum of RGB (Red+Green+Blue) = 113+230+218=561 (74% of max value = 765). Red value is 113 (44.53% from 255 or 20.14% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #71E6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71E6DA is #8E1925. Grayscale: #C1C1C1. Windows color (decimal): -9312550 or 14345841. OLE color: 14345841.

HSL color Cylindrical-coordinate representation of color #71E6DA: hue angle of 173.85º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E6DA is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 230 218 -
CMYK 0.51 0 0.05 0.10
HSL 173.85º 0.7% 0.67% -
HSV(B) 173.85º 0.51% 0.9% -
XYZ 47.76 65.17 76.39 -
YUV 193.65 141.74 70.48 -
System Red Green Blue C M Y K H S L
Decimal 113 230 218 0.51 0 0.05 0.10 173.85 0.7 0.67
Hex 71 E6 DA 33 0 5 A AE 46 43
Octal 161 346 332 63 0 5 12 256 106 103
Binary 1110001 11100110 11011010 110011 0 101 1010 10101110 1000110 1000011

Color Harmonies of #71E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E6DA

Black with #71E6DA

Text Example


Text Example

White with #71E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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