Html Css Color HEX #71E1FE Turquoise Blue

📋 copy color: '#71E1FE'

red 113 ◦ green 225 ◦ blue 254

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

Shades of Turquoise Blue #71E1FE

Tints of Turquoise Blue #71E1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.01%

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

R = 19.09%
G = 38.01%
B = 42.91%

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

#71E1FE (or 0x71E1FE) is known color: Turquoise Blue. HEX triplet: 71, E1 and FE. RGB value is (113,225,254). Sum of RGB (Red+Green+Blue) = 113+225+254=592 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.09% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #71E1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E1FE is #8E1E01. Grayscale: #C2C2C2. Windows color (decimal): -9313794 or 16703857. OLE color: 16703857.

HSL color Cylindrical-coordinate representation of color #71E1FE: hue angle of 192.34º 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 #71E1FE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 225 254 -
CMYK 0.56 0.11 0 0.00
HSL 192.34º 0.99% 0.72% -
HSV(B) 192.34º 0.56% 1% -
XYZ 51.62 64.52 103.5 -
YUV 194.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 113 225 254 0.56 0.11 0 0.00 192.34 0.99 0.72
Hex 71 E1 FE 38 B 0 0 C0 63 48
Octal 161 341 376 70 13 0 0 300 143 110
Binary 1110001 11100001 11111110 111000 1011 0 0 11000000 1100011 1001000

Color Harmonies of #71E1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E1FE

Black with #71E1FE

Text Example


Text Example

White with #71E1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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