Html Css Color HEX #71DAFA Turquoise Blue

📋 copy color: '#71DAFA'

red 113 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #71DAFA

Tints of Turquoise Blue #71DAFA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 19.45%
G = 37.52%
B = 43.03%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71DAFA (or 0x71DAFA) is known color: Turquoise Blue. HEX triplet: 71, DA and FA. RGB value is (113,218,250). Sum of RGB (Red+Green+Blue) = 113+218+250=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #71DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DAFA is #8E2505. Grayscale: #BEBEBE. Windows color (decimal): -9315590 or 16439921. OLE color: 16439921.

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

Color convert

RGB 113 218 250 -
CMYK 0.55 0.13 0 0.02
HSL 194.01º 0.93% 0.71% -
HSV(B) 194.01º 0.55% 0.98% -
XYZ 49.14 60.56 99.54 -
YUV 190.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 113 218 250 0.55 0.13 0 0.02 194.01 0.93 0.71
Hex 71 DA FA 37 D 0 2 C2 5D 47
Octal 161 332 372 67 15 0 2 302 135 107
Binary 1110001 11011010 11111010 110111 1101 0 10 11000010 1011101 1000111

Color Harmonies of #71DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DAFA

Black with #71DAFA

Text Example


Text Example

White with #71DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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