Html Css Color HEX #71D6FA Turquoise Blue

📋 copy color: '#71D6FA'

red 113 ◦ green 214 ◦ blue 250

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

Shades of Turquoise Blue #71D6FA

Tints of Turquoise Blue #71D6FA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.09%

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

R = 19.58%
G = 37.09%
B = 43.33%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71D6FA (or 0x71D6FA) is known color: Turquoise Blue. HEX triplet: 71, D6 and FA. RGB value is (113,214,250). Sum of RGB (Red+Green+Blue) = 113+214+250=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #71D6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D6FA is #8E2905. Grayscale: #BBBBBB. Windows color (decimal): -9316614 or 16438897. OLE color: 16438897.

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

Color convert

RGB 113 214 250 -
CMYK 0.55 0.14 0 0.02
HSL 195.77º 0.93% 0.71% -
HSV(B) 195.77º 0.55% 0.98% -
XYZ 48.11 58.51 99.2 -
YUV 187.91 163.04 74.57 -
System Red Green Blue C M Y K H S L
Decimal 113 214 250 0.55 0.14 0 0.02 195.77 0.93 0.71
Hex 71 D6 FA 37 E 0 2 C4 5D 47
Octal 161 326 372 67 16 0 2 304 135 107
Binary 1110001 11010110 11111010 110111 1110 0 10 11000100 1011101 1000111

Color Harmonies of #71D6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D6FA

Black with #71D6FA

Text Example


Text Example

White with #71D6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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