Html Css Color HEX #71EEE4 Turquoise Blue

📋 copy color: '#71EEE4'

red 113 ◦ green 238 ◦ blue 228

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

Shades of Turquoise Blue #71EEE4

Tints of Turquoise Blue #71EEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 19.52%
G = 41.11%
B = 39.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#71EEE4 (or 0x71EEE4) is known color: Turquoise Blue. HEX triplet: 71, EE and E4. RGB value is (113,238,228). Sum of RGB (Red+Green+Blue) = 113+238+228=579 (76% of max value = 765). Red value is 113 (44.53% from 255 or 19.52% from 579); Green value is 238 (93.36% from 255 or 41.11% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 238 - color contains mainly: green. Hex color #71EEE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #71EEE4 is #8E111B. Grayscale: #C7C7C7. Windows color (decimal): -9310492 or 15003249. OLE color: 15003249.

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

Color convert

RGB 113 238 228 -
CMYK 0.53 0 0.04 0.07
HSL 175.2º 0.79% 0.69% -
HSV(B) 175.2º 0.53% 0.93% -
XYZ 51.39 70.26 84.25 -
YUV 199.49 144.09 66.31 -
System Red Green Blue C M Y K H S L
Decimal 113 238 228 0.53 0 0.04 0.07 175.2 0.79 0.69
Hex 71 EE E4 35 0 4 7 AF 4F 45
Octal 161 356 344 65 0 4 7 257 117 105
Binary 1110001 11101110 11100100 110101 0 100 111 10101111 1001111 1000101

Color Harmonies of #71EEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EEE4

Black with #71EEE4

Text Example


Text Example

White with #71EEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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