Html Css Color HEX #71DFD4 Turquoise Blue

📋 copy color: '#71DFD4'

red 113 ◦ green 223 ◦ blue 212

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

Shades of Turquoise Blue #71DFD4

Tints of Turquoise Blue #71DFD4

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 20.62%
G = 40.69%
B = 38.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#71DFD4 (or 0x71DFD4) is known color: Turquoise Blue. HEX triplet: 71, DF and D4. RGB value is (113,223,212). Sum of RGB (Red+Green+Blue) = 113+223+212=548 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.62% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFD4 is #8E202B. Grayscale: #BCBCBC. Windows color (decimal): -9314348 or 13950833. OLE color: 13950833.

HSL color Cylindrical-coordinate representation of color #71DFD4: hue angle of 174º degrees, saturation: 0.63, 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 #71DFD4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 223 212 -
CMYK 0.49 0 0.05 0.13
HSL 174º 0.63% 0.66% -
HSV(B) 174º 0.49% 0.87% -
XYZ 45.08 61.04 71.69 -
YUV 188.86 141.06 73.89 -
System Red Green Blue C M Y K H S L
Decimal 113 223 212 0.49 0 0.05 0.13 174 0.63 0.66
Hex 71 DF D4 31 0 5 D AE 3F 42
Octal 161 337 324 61 0 5 15 256 77 102
Binary 1110001 11011111 11010100 110001 0 101 1101 10101110 111111 1000010

Color Harmonies of #71DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFD4

Black with #71DFD4

Text Example


Text Example

White with #71DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,223,212); }

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

background-color css

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

 a { background-color: rgb(113,223,212); }

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

border-color css

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

 span { border-color: rgb(113,223,212); }

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