Html Css Color HEX #71E0FD Turquoise Blue

📋 copy color: '#71E0FD'

red 113 ◦ green 224 ◦ blue 253

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

Shades of Turquoise Blue #71E0FD

Tints of Turquoise Blue #71E0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 253 (99.22% from 255) = 42.88%

R = 19.15%
G = 37.97%
B = 42.88%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71E0FD (or 0x71E0FD) is known color: Turquoise Blue. HEX triplet: 71, E0 and FD. RGB value is (113,224,253). Sum of RGB (Red+Green+Blue) = 113+224+253=590 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.15% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #71E0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71E0FD is #8E1F02. Grayscale: #C1C1C1. Windows color (decimal): -9314051 or 16638065. OLE color: 16638065.

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

Color convert

RGB 113 224 253 -
CMYK 0.55 0.11 0 0.01
HSL 192.43º 0.97% 0.72% -
HSV(B) 192.43º 0.55% 0.99% -
XYZ 51.2 63.91 102.57 -
YUV 194.12 161.23 70.14 -
System Red Green Blue C M Y K H S L
Decimal 113 224 253 0.55 0.11 0 0.01 192.43 0.97 0.72
Hex 71 E0 FD 37 B 0 1 C0 61 48
Octal 161 340 375 67 13 0 1 300 141 110
Binary 1110001 11100000 11111101 110111 1011 0 1 11000000 1100001 1001000

Color Harmonies of #71E0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E0FD

Black with #71E0FD

Text Example


Text Example

White with #71E0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,224,253); }

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

background-color css

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

 a { background-color: rgb(113,224,253); }

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

border-color css

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

 span { border-color: rgb(113,224,253); }

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