Html Css Color HEX #71EDE7 Turquoise Blue

📋 copy color: '#71EDE7'

red 113 ◦ green 237 ◦ blue 231

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

Shades of Turquoise Blue #71EDE7

Tints of Turquoise Blue #71EDE7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.79%

 BLUE value IS 231 (90.63% from 255) = 39.76%

R = 19.45%
G = 40.79%
B = 39.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#71EDE7 (or 0x71EDE7) is known color: Turquoise Blue. HEX triplet: 71, ED and E7. RGB value is (113,237,231). Sum of RGB (Red+Green+Blue) = 113+237+231=581 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.45% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 231 (90.62% from 255 or 39.76% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDE7 is #8E1218. Grayscale: #C7C7C7. Windows color (decimal): -9310745 or 15199601. OLE color: 15199601.

HSL color Cylindrical-coordinate representation of color #71EDE7: hue angle of 177.1º 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 #71EDE7 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 237 231 -
CMYK 0.52 0 0.03 0.07
HSL 177.1º 0.78% 0.69% -
HSV(B) 177.1º 0.52% 0.93% -
XYZ 51.52 69.85 86.37 -
YUV 199.24 145.92 66.49 -
System Red Green Blue C M Y K H S L
Decimal 113 237 231 0.52 0 0.03 0.07 177.1 0.78 0.69
Hex 71 ED E7 34 0 3 7 B1 4E 45
Octal 161 355 347 64 0 3 7 261 116 105
Binary 1110001 11101101 11100111 110100 0 11 111 10110001 1001110 1000101

Color Harmonies of #71EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDE7

Black with #71EDE7

Text Example


Text Example

White with #71EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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