Html Css Color HEX #71DBDA Turquoise Blue

📋 copy color: '#71DBDA'

red 113 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #71DBDA

Tints of Turquoise Blue #71DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.82%

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

R = 20.55%
G = 39.82%
B = 39.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#71DBDA (or 0x71DBDA) is known color: Turquoise Blue. HEX triplet: 71, DB and DA. RGB value is (113,219,218). Sum of RGB (Red+Green+Blue) = 113+219+218=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBDA is #8E2425. Grayscale: #BBBBBB. Windows color (decimal): -9315366 or 14343025. OLE color: 14343025.

HSL color Cylindrical-coordinate representation of color #71DBDA: hue angle of 179.43º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBDA is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 218 -
CMYK 0.48 0 0.00 0.14
HSL 179.43º 0.6% 0.65% -
HSV(B) 179.43º 0.48% 0.86% -
XYZ 44.8 59.24 75.4 -
YUV 187.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 113 219 218 0.48 0 0.00 0.14 179.43 0.6 0.65
Hex 71 DB DA 30 0 0 E B3 3C 41
Octal 161 333 332 60 0 0 16 263 74 101
Binary 1110001 11011011 11011010 110000 0 0 1110 10110011 111100 1000001

Color Harmonies of #71DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBDA

Black with #71DBDA

Text Example


Text Example

White with #71DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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