Html Css Color HEX #71DBEF Turquoise Blue

📋 copy color: '#71DBEF'

red 113 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #71DBEF

Tints of Turquoise Blue #71DBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.86%

R = 19.79%
G = 38.35%
B = 41.86%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#71DBEF (or 0x71DBEF) is known color: Turquoise Blue. HEX triplet: 71, DB and EF. RGB value is (113,219,239). Sum of RGB (Red+Green+Blue) = 113+219+239=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #71DBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DBEF is #8E2410. Grayscale: #BDBDBD. Windows color (decimal): -9315345 or 15719281. OLE color: 15719281.

HSL color Cylindrical-coordinate representation of color #71DBEF: hue angle of 189.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71DBEF is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 113 219 239 -
CMYK 0.53 0.08 0 0.06
HSL 189.52º 0.8% 0.69% -
HSV(B) 189.52º 0.53% 0.94% -
XYZ 47.72 60.41 90.81 -
YUV 189.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 113 219 239 0.53 0.08 0 0.06 189.52 0.8 0.69
Hex 71 DB EF 35 8 0 6 BE 50 45
Octal 161 333 357 65 10 0 6 276 120 105
Binary 1110001 11011011 11101111 110101 1000 0 110 10111110 1010000 1000101

Color Harmonies of #71DBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBEF

Black with #71DBEF

Text Example


Text Example

White with #71DBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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