Html Css Color HEX #71EDE8 Turquoise Blue

📋 copy color: '#71EDE8'

red 113 ◦ green 237 ◦ blue 232

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

Shades of Turquoise Blue #71EDE8

Tints of Turquoise Blue #71EDE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.86%

R = 19.42%
G = 40.72%
B = 39.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#71EDE8 (or 0x71EDE8) is known color: Turquoise Blue. HEX triplet: 71, ED and E8. RGB value is (113,237,232). Sum of RGB (Red+Green+Blue) = 113+237+232=582 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.42% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #71EDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDE8 is #8E1217. Grayscale: #C7C7C7. Windows color (decimal): -9310744 or 15265137. OLE color: 15265137.

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

Color convert

RGB 113 237 232 -
CMYK 0.52 0 0.02 0.07
HSL 177.58º 0.78% 0.69% -
HSV(B) 177.58º 0.52% 0.93% -
XYZ 51.66 69.91 87.11 -
YUV 199.35 146.42 66.41 -
System Red Green Blue C M Y K H S L
Decimal 113 237 232 0.52 0 0.02 0.07 177.58 0.78 0.69
Hex 71 ED E8 34 0 2 7 B2 4E 45
Octal 161 355 350 64 0 2 7 262 116 105
Binary 1110001 11101101 11101000 110100 0 10 111 10110010 1001110 1000101

Color Harmonies of #71EDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDE8

Black with #71EDE8

Text Example


Text Example

White with #71EDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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