Html Css Color HEX #71DFF8 Turquoise Blue

📋 copy color: '#71DFF8'

red 113 ◦ green 223 ◦ blue 248

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

Shades of Turquoise Blue #71DFF8

Tints of Turquoise Blue #71DFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.47%

R = 19.35%
G = 38.18%
B = 42.47%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#71DFF8 (or 0x71DFF8) is known color: Turquoise Blue. HEX triplet: 71, DF and F8. RGB value is (113,223,248). Sum of RGB (Red+Green+Blue) = 113+223+248=584 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.35% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #71DFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFF8 is #8E2007. Grayscale: #C0C0C0. Windows color (decimal): -9314312 or 16310129. OLE color: 16310129.

HSL color Cylindrical-coordinate representation of color #71DFF8: hue angle of 191.11º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71DFF8 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 113 223 248 -
CMYK 0.54 0.10 0 0.03
HSL 191.11º 0.91% 0.71% -
HSV(B) 191.11º 0.54% 0.97% -
XYZ 50.14 63.06 98.34 -
YUV 192.96 159.06 70.97 -
System Red Green Blue C M Y K H S L
Decimal 113 223 248 0.54 0.10 0 0.03 191.11 0.91 0.71
Hex 71 DF F8 36 A 0 3 BF 5B 47
Octal 161 337 370 66 12 0 3 277 133 107
Binary 1110001 11011111 11111000 110110 1010 0 11 10111111 1011011 1000111

Color Harmonies of #71DFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFF8

Black with #71DFF8

Text Example


Text Example

White with #71DFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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