Html Css Color HEX #71DDFC Turquoise Blue

📋 copy color: '#71DDFC'

red 113 ◦ green 221 ◦ blue 252

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

Shades of Turquoise Blue #71DDFC

Tints of Turquoise Blue #71DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 19.28%
G = 37.71%
B = 43%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#71DDFC (or 0x71DDFC) is known color: Turquoise Blue. HEX triplet: 71, DD and FC. RGB value is (113,221,252). Sum of RGB (Red+Green+Blue) = 113+221+252=586 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.28% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #71DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDFC is #8E2203. Grayscale: #C0C0C0. Windows color (decimal): -9314820 or 16571761. OLE color: 16571761.

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

Color convert

RGB 113 221 252 -
CMYK 0.55 0.12 0 0.01
HSL 193.38º 0.96% 0.72% -
HSV(B) 193.38º 0.55% 0.99% -
XYZ 50.24 62.25 101.46 -
YUV 192.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 113 221 252 0.55 0.12 0 0.01 193.38 0.96 0.72
Hex 71 DD FC 37 C 0 1 C1 60 48
Octal 161 335 374 67 14 0 1 301 140 110
Binary 1110001 11011101 11111100 110111 1100 0 1 11000001 1100000 1001000

Color Harmonies of #71DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDFC

Black with #71DDFC

Text Example


Text Example

White with #71DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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