Html Css Color HEX #71D3CE Downy

📋 copy color: '#71D3CE'

red 113 ◦ green 211 ◦ blue 206

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

Shades of Downy #71D3CE

Tints of Downy #71D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.81%

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 21.32%
G = 39.81%
B = 38.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#71D3CE (or 0x71D3CE) is known color: Downy. HEX triplet: 71, D3 and CE. RGB value is (113,211,206). Sum of RGB (Red+Green+Blue) = 113+211+206=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 211 - color contains mainly: green. Hex color #71D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D3CE is #8E2C31. Grayscale: #B5B5B5. Windows color (decimal): -9317426 or 13554545. OLE color: 13554545.

HSL color Cylindrical-coordinate representation of color #71D3CE: hue angle of 176.94º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D3CE is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 211 206 -
CMYK 0.46 0 0.02 0.17
HSL 176.94º 0.53% 0.64% -
HSV(B) 176.94º 0.46% 0.83% -
XYZ 41.24 54.56 66.75 -
YUV 181.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 113 211 206 0.46 0 0.02 0.17 176.94 0.53 0.64
Hex 71 D3 CE 2E 0 2 11 B1 35 40
Octal 161 323 316 56 0 2 21 261 65 100
Binary 1110001 11010011 11001110 101110 0 10 10001 10110001 110101 1000000

Color Harmonies of #71D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D3CE

Black with #71D3CE

Text Example


Text Example

White with #71D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,211,206); }

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

background-color css

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

 a { background-color: rgb(113,211,206); }

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

border-color css

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

 span { border-color: rgb(113,211,206); }

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