Html Css Color HEX #71DDFD Turquoise Blue

📋 copy color: '#71DDFD'

red 113 ◦ green 221 ◦ blue 253

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

Shades of Turquoise Blue #71DDFD

Tints of Turquoise Blue #71DDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.65%

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

R = 19.25%
G = 37.65%
B = 43.1%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71DDFD (or 0x71DDFD) is known color: Turquoise Blue. HEX triplet: 71, DD and FD. RGB value is (113,221,253). Sum of RGB (Red+Green+Blue) = 113+221+253=587 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.25% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #71DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDFD is #8E2202. Grayscale: #C0C0C0. Windows color (decimal): -9314819 or 16637297. OLE color: 16637297.

HSL color Cylindrical-coordinate representation of color #71DDFD: hue angle of 193.71º 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 #71DDFD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 221 253 -
CMYK 0.55 0.13 0 0.01
HSL 193.71º 0.97% 0.72% -
HSV(B) 193.71º 0.55% 0.99% -
XYZ 50.4 62.32 102.3 -
YUV 192.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 113 221 253 0.55 0.13 0 0.01 193.71 0.97 0.72
Hex 71 DD FD 37 D 0 1 C2 61 48
Octal 161 335 375 67 15 0 1 302 141 110
Binary 1110001 11011101 11111101 110111 1101 0 1 11000010 1100001 1001000

Color Harmonies of #71DDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDFD

Black with #71DDFD

Text Example


Text Example

White with #71DDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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