Html Css Color HEX #71DFFA Turquoise Blue

📋 copy color: '#71DFFA'

red 113 ◦ green 223 ◦ blue 250

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

Shades of Turquoise Blue #71DFFA

Tints of Turquoise Blue #71DFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 19.28%
G = 38.05%
B = 42.66%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71DFFA (or 0x71DFFA) is known color: Turquoise Blue. HEX triplet: 71, DF and FA. RGB value is (113,223,250). Sum of RGB (Red+Green+Blue) = 113+223+250=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #71DFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFFA is #8E2005. Grayscale: #C0C0C0. Windows color (decimal): -9314310 or 16441201. OLE color: 16441201.

HSL color Cylindrical-coordinate representation of color #71DFFA: hue angle of 191.82º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DFFA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 223 250 -
CMYK 0.55 0.11 0 0.02
HSL 191.82º 0.93% 0.71% -
HSV(B) 191.82º 0.55% 0.98% -
XYZ 50.45 63.19 99.98 -
YUV 193.19 160.06 70.8 -
System Red Green Blue C M Y K H S L
Decimal 113 223 250 0.55 0.11 0 0.02 191.82 0.93 0.71
Hex 71 DF FA 37 B 0 2 C0 5D 47
Octal 161 337 372 67 13 0 2 300 135 107
Binary 1110001 11011111 11111010 110111 1011 0 10 11000000 1011101 1000111

Color Harmonies of #71DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFFA

Black with #71DFFA

Text Example


Text Example

White with #71DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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