Html Css Color HEX #71EDED Turquoise Blue

📋 copy color: '#71EDED'

red 113 ◦ green 237 ◦ blue 237

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

Shades of Turquoise Blue #71EDED

Tints of Turquoise Blue #71EDED

RGB

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

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

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

R = 19.25%
G = 40.37%
B = 40.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71EDED (or 0x71EDED) is known color: Turquoise Blue. HEX triplet: 71, ED and ED. RGB value is (113,237,237). Sum of RGB (Red+Green+Blue) = 113+237+237=587 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.25% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #71EDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EDED is #8E1212. Grayscale: #C7C7C7. Windows color (decimal): -9310739 or 15592817. OLE color: 15592817.

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

Color convert

RGB 113 237 237 -
CMYK 0.52 0 0 0.07
HSL 180º 0.78% 0.69% -
HSV(B) 180º 0.52% 0.93% -
XYZ 52.38 70.19 90.91 -
YUV 199.92 148.92 66 -
System Red Green Blue C M Y K H S L
Decimal 113 237 237 0.52 0 0 0.07 180 0.78 0.69
Hex 71 ED ED 34 0 0 7 B4 4E 45
Octal 161 355 355 64 0 0 7 264 116 105
Binary 1110001 11101101 11101101 110100 0 0 111 10110100 1001110 1000101

Color Harmonies of #71EDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EDED

Black with #71EDED

Text Example


Text Example

White with #71EDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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