Html Css Color HEX #71D2F3 Turquoise Blue

📋 copy color: '#71D2F3'

red 113 ◦ green 210 ◦ blue 243

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

Shades of Turquoise Blue #71D2F3

Tints of Turquoise Blue #71D2F3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.1%

 BLUE value IS 243 (95.31% from 255) = 42.93%

R = 19.96%
G = 37.1%
B = 42.93%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#71D2F3 (or 0x71D2F3) is known color: Turquoise Blue. HEX triplet: 71, D2 and F3. RGB value is (113,210,243). Sum of RGB (Red+Green+Blue) = 113+210+243=566 (74% of max value = 765). Red value is 113 (44.53% from 255 or 19.96% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 243 (95.31% from 255 or 42.93% from 566); Max value from RGB is 243 - color contains mainly: blue. Hex color #71D2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71D2F3 is #8E2D0C. Grayscale: #B8B8B8. Windows color (decimal): -9317645 or 15979121. OLE color: 15979121.

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

Color convert

RGB 113 210 243 -
CMYK 0.53 0.14 0 0.05
HSL 195.23º 0.84% 0.7% -
HSV(B) 195.23º 0.53% 0.95% -
XYZ 46.03 56.07 93.19 -
YUV 184.76 160.86 76.82 -
System Red Green Blue C M Y K H S L
Decimal 113 210 243 0.53 0.14 0 0.05 195.23 0.84 0.7
Hex 71 D2 F3 35 E 0 5 C3 54 46
Octal 161 322 363 65 16 0 5 303 124 106
Binary 1110001 11010010 11110011 110101 1110 0 101 11000011 1010100 1000110

Color Harmonies of #71D2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2F3

Black with #71D2F3

Text Example


Text Example

White with #71D2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,243); }

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

background-color css

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

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

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

border-color css

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

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

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