Html Css Color HEX #71D9EE Turquoise Blue

📋 copy color: '#71D9EE'

red 113 ◦ green 217 ◦ blue 238

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

Shades of Turquoise Blue #71D9EE

Tints of Turquoise Blue #71D9EE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 19.89%
G = 38.2%
B = 41.9%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71D9EE (or 0x71D9EE) is known color: Turquoise Blue. HEX triplet: 71, D9 and EE. RGB value is (113,217,238). Sum of RGB (Red+Green+Blue) = 113+217+238=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #71D9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D9EE is #8E2611. Grayscale: #BCBCBC. Windows color (decimal): -9315858 or 15653233. OLE color: 15653233.

HSL color Cylindrical-coordinate representation of color #71D9EE: hue angle of 190.08º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71D9EE is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 217 238 -
CMYK 0.53 0.09 0 0.07
HSL 190.08º 0.79% 0.69% -
HSV(B) 190.08º 0.53% 0.93% -
XYZ 47.06 59.31 89.86 -
YUV 188.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 113 217 238 0.53 0.09 0 0.07 190.08 0.79 0.69
Hex 71 D9 EE 35 9 0 7 BE 4F 45
Octal 161 331 356 65 11 0 7 276 117 105
Binary 1110001 11011001 11101110 110101 1001 0 111 10111110 1001111 1000101

Color Harmonies of #71D9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D9EE

Black with #71D9EE

Text Example


Text Example

White with #71D9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,217,238); }

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

background-color css

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

 a { background-color: rgb(113,217,238); }

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

border-color css

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

 span { border-color: rgb(113,217,238); }

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