Html Css Color HEX #71D3EA Turquoise Blue

📋 copy color: '#71D3EA'

red 113 ◦ green 211 ◦ blue 234

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

Shades of Turquoise Blue #71D3EA

Tints of Turquoise Blue #71D3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.81%

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 20.25%
G = 37.81%
B = 41.94%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71D3EA (or 0x71D3EA) is known color: Turquoise Blue. HEX triplet: 71, D3 and EA. RGB value is (113,211,234). Sum of RGB (Red+Green+Blue) = 113+211+234=558 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.25% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #71D3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D3EA is #8E2C15. Grayscale: #B8B8B8. Windows color (decimal): -9317398 or 15389553. OLE color: 15389553.

HSL color Cylindrical-coordinate representation of color #71D3EA: hue angle of 191.4º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71D3EA is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 211 234 -
CMYK 0.52 0.10 0 0.08
HSL 191.41º 0.74% 0.68% -
HSV(B) 191.41º 0.52% 0.92% -
XYZ 44.96 56.04 86.29 -
YUV 184.32 156.03 77.13 -
System Red Green Blue C M Y K H S L
Decimal 113 211 234 0.52 0.10 0 0.08 191.41 0.74 0.68
Hex 71 D3 EA 34 A 0 8 BF 4A 44
Octal 161 323 352 64 12 0 10 277 112 104
Binary 1110001 11010011 11101010 110100 1010 0 1000 10111111 1001010 1000100

Color Harmonies of #71D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D3EA

Black with #71D3EA

Text Example


Text Example

White with #71D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,211,234); }

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

background-color css

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

 a { background-color: rgb(113,211,234); }

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

border-color css

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

 span { border-color: rgb(113,211,234); }

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