Html Css Color HEX #71DBDC Turquoise Blue

📋 copy color: '#71DBDC'

red 113 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #71DBDC

Tints of Turquoise Blue #71DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.86%

R = 20.47%
G = 39.67%
B = 39.86%

CMYK

 C value IS 0.49

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#71DBDC (or 0x71DBDC) is known color: Turquoise Blue. HEX triplet: 71, DB and DC. RGB value is (113,219,220). Sum of RGB (Red+Green+Blue) = 113+219+220=552 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.47% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #71DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBDC is #8E2423. Grayscale: #BBBBBB. Windows color (decimal): -9315364 or 14474097. OLE color: 14474097.

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

Color convert

RGB 113 219 220 -
CMYK 0.49 0.00 0 0.14
HSL 180.56º 0.6% 0.65% -
HSV(B) 180.56º 0.49% 0.86% -
XYZ 45.06 59.34 76.79 -
YUV 187.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 113 219 220 0.49 0.00 0 0.14 180.56 0.6 0.65
Hex 71 DB DC 31 0 0 E B5 3C 41
Octal 161 333 334 61 0 0 16 265 74 101
Binary 1110001 11011011 11011100 110001 0 0 1110 10110101 111100 1000001

Color Harmonies of #71DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBDC

Black with #71DBDC

Text Example


Text Example

White with #71DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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