Html Css Color HEX #71DCF1 Turquoise Blue

📋 copy color: '#71DCF1'

red 113 ◦ green 220 ◦ blue 241

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

Shades of Turquoise Blue #71DCF1

Tints of Turquoise Blue #71DCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 19.69%
G = 38.33%
B = 41.99%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71DCF1 (or 0x71DCF1) is known color: Turquoise Blue. HEX triplet: 71, DC and F1. RGB value is (113,220,241). Sum of RGB (Red+Green+Blue) = 113+220+241=574 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.69% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #71DCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DCF1 is #8E230E. Grayscale: #BEBEBE. Windows color (decimal): -9315087 or 15850609. OLE color: 15850609.

HSL color Cylindrical-coordinate representation of color #71DCF1: hue angle of 189.84º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71DCF1 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 220 241 -
CMYK 0.53 0.09 0 0.05
HSL 189.84º 0.82% 0.69% -
HSV(B) 189.84º 0.53% 0.95% -
XYZ 48.28 61.05 92.46 -
YUV 190.4 156.55 72.79 -
System Red Green Blue C M Y K H S L
Decimal 113 220 241 0.53 0.09 0 0.05 189.84 0.82 0.69
Hex 71 DC F1 35 9 0 5 BE 52 45
Octal 161 334 361 65 11 0 5 276 122 105
Binary 1110001 11011100 11110001 110101 1001 0 101 10111110 1010010 1000101

Color Harmonies of #71DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DCF1

Black with #71DCF1

Text Example


Text Example

White with #71DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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