Html Css Color HEX #71EBED Turquoise Blue

📋 copy color: '#71EBED'

red 113 ◦ green 235 ◦ blue 237

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

Shades of Turquoise Blue #71EBED

Tints of Turquoise Blue #71EBED

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 237 (92.97% from 255) = 40.51%

R = 19.32%
G = 40.17%
B = 40.51%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71EBED (or 0x71EBED) is known color: Turquoise Blue. HEX triplet: 71, EB and ED. RGB value is (113,235,237). Sum of RGB (Red+Green+Blue) = 113+235+237=585 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.32% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 237 - color contains mainly: blue. Hex color #71EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EBED is #8E1412. Grayscale: #C6C6C6. Windows color (decimal): -9311251 or 15592305. OLE color: 15592305.

HSL color Cylindrical-coordinate representation of color #71EBED: hue angle of 180.97º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EBED is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 235 237 -
CMYK 0.52 0.01 0 0.07
HSL 180.97º 0.78% 0.69% -
HSV(B) 180.97º 0.52% 0.93% -
XYZ 51.8 69.04 90.72 -
YUV 198.75 149.58 66.84 -
System Red Green Blue C M Y K H S L
Decimal 113 235 237 0.52 0.01 0 0.07 180.97 0.78 0.69
Hex 71 EB ED 34 1 0 7 B5 4E 45
Octal 161 353 355 64 1 0 7 265 116 105
Binary 1110001 11101011 11101101 110100 1 0 111 10110101 1001110 1000101

Color Harmonies of #71EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EBED

Black with #71EBED

Text Example


Text Example

White with #71EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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