Html Css Color HEX #71DBEA Turquoise Blue

📋 copy color: '#71DBEA'

red 113 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #71DBEA

Tints of Turquoise Blue #71DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 19.96%
G = 38.69%
B = 41.34%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71DBEA (or 0x71DBEA) is known color: Turquoise Blue. HEX triplet: 71, DB and EA. RGB value is (113,219,234). Sum of RGB (Red+Green+Blue) = 113+219+234=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #71DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DBEA is #8E2415. Grayscale: #BCBCBC. Windows color (decimal): -9315350 or 15391601. OLE color: 15391601.

HSL color Cylindrical-coordinate representation of color #71DBEA: hue angle of 187.44º degrees, saturation: 0.74, 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 #71DBEA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 219 234 -
CMYK 0.52 0.06 0 0.08
HSL 187.44º 0.74% 0.68% -
HSV(B) 187.44º 0.52% 0.92% -
XYZ 46.99 60.11 86.97 -
YUV 189.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 113 219 234 0.52 0.06 0 0.08 187.44 0.74 0.68
Hex 71 DB EA 34 6 0 8 BB 4A 44
Octal 161 333 352 64 6 0 10 273 112 104
Binary 1110001 11011011 11101010 110100 110 0 1000 10111011 1001010 1000100

Color Harmonies of #71DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBEA

Black with #71DBEA

Text Example


Text Example

White with #71DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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