Html Css Color HEX #71DDDA Turquoise Blue

📋 copy color: '#71DDDA'

red 113 ◦ green 221 ◦ blue 218

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

Shades of Turquoise Blue #71DDDA

Tints of Turquoise Blue #71DDDA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.04%

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

R = 20.47%
G = 40.04%
B = 39.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#71DDDA (or 0x71DDDA) is known color: Turquoise Blue. HEX triplet: 71, DD and DA. RGB value is (113,221,218). Sum of RGB (Red+Green+Blue) = 113+221+218=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #71DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DDDA is #8E2225. Grayscale: #BCBCBC. Windows color (decimal): -9314854 or 14343537. OLE color: 14343537.

HSL color Cylindrical-coordinate representation of color #71DDDA: hue angle of 178.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DDDA is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 221 218 -
CMYK 0.49 0 0.01 0.13
HSL 178.33º 0.61% 0.65% -
HSV(B) 178.33º 0.49% 0.87% -
XYZ 45.32 60.29 75.58 -
YUV 188.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 113 221 218 0.49 0 0.01 0.13 178.33 0.61 0.65
Hex 71 DD DA 31 0 1 D B2 3D 41
Octal 161 335 332 61 0 1 15 262 75 101
Binary 1110001 11011101 11011010 110001 0 1 1101 10110010 111101 1000001

Color Harmonies of #71DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDDA

Black with #71DDDA

Text Example


Text Example

White with #71DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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