Html Css Color HEX #71DEDC Turquoise Blue

📋 copy color: '#71DEDC'

red 113 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #71DEDC

Tints of Turquoise Blue #71DEDC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40%

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

R = 20.36%
G = 40%
B = 39.64%

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

#71DEDC (or 0x71DEDC) is known color: Turquoise Blue. HEX triplet: 71, DE and DC. RGB value is (113,222,220). Sum of RGB (Red+Green+Blue) = 113+222+220=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #71DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DEDC is #8E2123. Grayscale: #BDBDBD. Windows color (decimal): -9314596 or 14474865. OLE color: 14474865.

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

Color convert

RGB 113 222 220 -
CMYK 0.49 0 0.01 0.13
HSL 178.9º 0.62% 0.66% -
HSV(B) 178.9º 0.49% 0.87% -
XYZ 45.85 60.92 77.05 -
YUV 189.18 145.39 73.66 -
System Red Green Blue C M Y K H S L
Decimal 113 222 220 0.49 0 0.01 0.13 178.9 0.62 0.66
Hex 71 DE DC 31 0 1 D B3 3E 42
Octal 161 336 334 61 0 1 15 263 76 102
Binary 1110001 11011110 11011100 110001 0 1 1101 10110011 111110 1000010

Color Harmonies of #71DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEDC

Black with #71DEDC

Text Example


Text Example

White with #71DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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