Html Css Color HEX #71EEE2 Turquoise Blue

📋 copy color: '#71EEE2'

red 113 ◦ green 238 ◦ blue 226

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

Shades of Turquoise Blue #71EEE2

Tints of Turquoise Blue #71EEE2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.25%

 BLUE value IS 226 (88.67% from 255) = 39.17%

R = 19.58%
G = 41.25%
B = 39.17%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#71EEE2 (or 0x71EEE2) is known color: Turquoise Blue. HEX triplet: 71, EE and E2. RGB value is (113,238,226). Sum of RGB (Red+Green+Blue) = 113+238+226=577 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.58% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEE2 is #8E111D. Grayscale: #C7C7C7. Windows color (decimal): -9310494 or 14872177. OLE color: 14872177.

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

Color convert

RGB 113 238 226 -
CMYK 0.53 0 0.05 0.07
HSL 174.24º 0.79% 0.69% -
HSV(B) 174.24º 0.53% 0.93% -
XYZ 51.11 70.15 82.8 -
YUV 199.26 143.09 66.48 -
System Red Green Blue C M Y K H S L
Decimal 113 238 226 0.53 0 0.05 0.07 174.24 0.79 0.69
Hex 71 EE E2 35 0 5 7 AE 4F 45
Octal 161 356 342 65 0 5 7 256 117 105
Binary 1110001 11101110 11100010 110101 0 101 111 10101110 1001111 1000101

Color Harmonies of #71EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEE2

Black with #71EEE2

Text Example


Text Example

White with #71EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,238,226); }

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

background-color css

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

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

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

border-color css

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

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

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