Html Css Color HEX #71EAF1 Turquoise Blue

📋 copy color: '#71EAF1'

red 113 ◦ green 234 ◦ blue 241

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

Shades of Turquoise Blue #71EAF1

Tints of Turquoise Blue #71EAF1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.8%

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 19.22%
G = 39.8%
B = 40.99%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71EAF1 (or 0x71EAF1) is known color: Turquoise Blue. HEX triplet: 71, EA and F1. RGB value is (113,234,241). Sum of RGB (Red+Green+Blue) = 113+234+241=588 (77% of max value = 765). Red value is 113 (44.53% from 255 or 19.22% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #71EAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EAF1 is #8E150E. Grayscale: #C6C6C6. Windows color (decimal): -9311503 or 15854193. OLE color: 15854193.

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

Color convert

RGB 113 234 241 -
CMYK 0.53 0.03 0 0.05
HSL 183.28º 0.82% 0.69% -
HSV(B) 183.28º 0.53% 0.95% -
XYZ 52.11 68.71 93.73 -
YUV 198.62 151.91 66.93 -
System Red Green Blue C M Y K H S L
Decimal 113 234 241 0.53 0.03 0 0.05 183.28 0.82 0.69
Hex 71 EA F1 35 3 0 5 B7 52 45
Octal 161 352 361 65 3 0 5 267 122 105
Binary 1110001 11101010 11110001 110101 11 0 101 10110111 1010010 1000101

Color Harmonies of #71EAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71EAF1

Black with #71EAF1

Text Example


Text Example

White with #71EAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,234,241); }

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

background-color css

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

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

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

border-color css

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

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

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