Html Css Color HEX #71DBFB Turquoise Blue

📋 copy color: '#71DBFB'

red 113 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #71DBFB

Tints of Turquoise Blue #71DBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.56%

 BLUE value IS 251 (98.44% from 255) = 43.05%

R = 19.38%
G = 37.56%
B = 43.05%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#71DBFB (or 0x71DBFB) is known color: Turquoise Blue. HEX triplet: 71, DB and FB. RGB value is (113,219,251). Sum of RGB (Red+Green+Blue) = 113+219+251=583 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.38% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 251 (98.44% from 255 or 43.05% from 583); Max value from RGB is 251 - color contains mainly: blue. Hex color #71DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DBFB is #8E2404. Grayscale: #BEBEBE. Windows color (decimal): -9315333 or 16505713. OLE color: 16505713.

HSL color Cylindrical-coordinate representation of color #71DBFB: hue angle of 193.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71DBFB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 219 251 -
CMYK 0.55 0.13 0 0.02
HSL 193.91º 0.95% 0.71% -
HSV(B) 193.91º 0.55% 0.98% -
XYZ 49.55 61.14 100.46 -
YUV 190.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 113 219 251 0.55 0.13 0 0.02 193.91 0.95 0.71
Hex 71 DB FB 37 D 0 2 C2 5F 47
Octal 161 333 373 67 15 0 2 302 137 107
Binary 1110001 11011011 11111011 110111 1101 0 10 11000010 1011111 1000111

Color Harmonies of #71DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBFB

Black with #71DBFB

Text Example


Text Example

White with #71DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,251); }

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

background-color css

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

 a { background-color: rgb(113,219,251); }

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

border-color css

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

 span { border-color: rgb(113,219,251); }

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