Html Css Color HEX #71DBEB Turquoise Blue

📋 copy color: '#71DBEB'

red 113 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #71DBEB

Tints of Turquoise Blue #71DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 19.93%
G = 38.62%
B = 41.45%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71DBEB (or 0x71DBEB) is known color: Turquoise Blue. HEX triplet: 71, DB and EB. RGB value is (113,219,235). Sum of RGB (Red+Green+Blue) = 113+219+235=567 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.93% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #71DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DBEB is #8E2414. Grayscale: #BCBCBC. Windows color (decimal): -9315349 or 15457137. OLE color: 15457137.

HSL color Cylindrical-coordinate representation of color #71DBEB: hue angle of 187.87º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DBEB is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 219 235 -
CMYK 0.52 0.07 0 0.08
HSL 187.87º 0.75% 0.68% -
HSV(B) 187.87º 0.52% 0.92% -
XYZ 47.14 60.17 87.73 -
YUV 189.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 113 219 235 0.52 0.07 0 0.08 187.87 0.75 0.68
Hex 71 DB EB 34 7 0 8 BC 4B 44
Octal 161 333 353 64 7 0 10 274 113 104
Binary 1110001 11011011 11101011 110100 111 0 1000 10111100 1001011 1000100

Color Harmonies of #71DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBEB

Black with #71DBEB

Text Example


Text Example

White with #71DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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