Html Css Color HEX #71DFDA Turquoise Blue

📋 copy color: '#71DFDA'

red 113 ◦ green 223 ◦ blue 218

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

Shades of Turquoise Blue #71DFDA

Tints of Turquoise Blue #71DFDA

RGB

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

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

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

R = 20.4%
G = 40.25%
B = 39.35%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#71DFDA (or 0x71DFDA) is known color: Turquoise Blue. HEX triplet: 71, DF and DA. RGB value is (113,223,218). Sum of RGB (Red+Green+Blue) = 113+223+218=554 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.40% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFDA is #8E2025. Grayscale: #BDBDBD. Windows color (decimal): -9314342 or 14344049. OLE color: 14344049.

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

Color convert

RGB 113 223 218 -
CMYK 0.49 0 0.02 0.13
HSL 177.27º 0.63% 0.66% -
HSV(B) 177.27º 0.49% 0.87% -
XYZ 45.85 61.35 75.75 -
YUV 189.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 113 223 218 0.49 0 0.02 0.13 177.27 0.63 0.66
Hex 71 DF DA 31 0 2 D B1 3F 42
Octal 161 337 332 61 0 2 15 261 77 102
Binary 1110001 11011111 11011010 110001 0 10 1101 10110001 111111 1000010

Color Harmonies of #71DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFDA

Black with #71DFDA

Text Example


Text Example

White with #71DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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