Html Css Color HEX #71DCFC Turquoise Blue

📋 copy color: '#71DCFC'

red 113 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #71DCFC

Tints of Turquoise Blue #71DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

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

R = 19.32%
G = 37.61%
B = 43.08%

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

#71DCFC (or 0x71DCFC) is known color: Turquoise Blue. HEX triplet: 71, DC and FC. RGB value is (113,220,252). Sum of RGB (Red+Green+Blue) = 113+220+252=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #71DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCFC is #8E2303. Grayscale: #BFBFBF. Windows color (decimal): -9315076 or 16571505. OLE color: 16571505.

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

Color convert

RGB 113 220 252 -
CMYK 0.55 0.13 0 0.01
HSL 193.81º 0.96% 0.72% -
HSV(B) 193.81º 0.55% 0.99% -
XYZ 49.97 61.73 101.38 -
YUV 191.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 113 220 252 0.55 0.13 0 0.01 193.81 0.96 0.72
Hex 71 DC FC 37 D 0 1 C2 60 48
Octal 161 334 374 67 15 0 1 302 140 110
Binary 1110001 11011100 11111100 110111 1101 0 1 11000010 1100000 1001000

Color Harmonies of #71DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCFC

Black with #71DCFC

Text Example


Text Example

White with #71DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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