Html Css Color HEX #71E3FE Turquoise Blue

📋 copy color: '#71E3FE'

red 113 ◦ green 227 ◦ blue 254

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

Shades of Turquoise Blue #71E3FE

Tints of Turquoise Blue #71E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.22%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 19.02%
G = 38.22%
B = 42.76%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71E3FE (or 0x71E3FE) is known color: Turquoise Blue. HEX triplet: 71, E3 and FE. RGB value is (113,227,254). Sum of RGB (Red+Green+Blue) = 113+227+254=594 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.02% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #71E3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E3FE is #8E1C01. Grayscale: #C3C3C3. Windows color (decimal): -9313282 or 16704369. OLE color: 16704369.

HSL color Cylindrical-coordinate representation of color #71E3FE: hue angle of 191.49º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71E3FE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 227 254 -
CMYK 0.56 0.11 0 0.00
HSL 191.49º 0.99% 0.72% -
HSV(B) 191.49º 0.56% 1% -
XYZ 52.17 65.6 103.68 -
YUV 195.99 160.73 68.8 -
System Red Green Blue C M Y K H S L
Decimal 113 227 254 0.56 0.11 0 0.00 191.49 0.99 0.72
Hex 71 E3 FE 38 B 0 0 BF 63 48
Octal 161 343 376 70 13 0 0 277 143 110
Binary 1110001 11100011 11111110 111000 1011 0 0 10111111 1100011 1001000

Color Harmonies of #71E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E3FE

Black with #71E3FE

Text Example


Text Example

White with #71E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,227,254); }

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

background-color css

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

 a { background-color: rgb(113,227,254); }

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

border-color css

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

 span { border-color: rgb(113,227,254); }

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