Html Css Color HEX #71DFEC Turquoise Blue

📋 copy color: '#71DFEC'

red 113 ◦ green 223 ◦ blue 236

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

Shades of Turquoise Blue #71DFEC

Tints of Turquoise Blue #71DFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.99%

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 19.76%
G = 38.99%
B = 41.26%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#71DFEC (or 0x71DFEC) is known color: Turquoise Blue. HEX triplet: 71, DF and EC. RGB value is (113,223,236). Sum of RGB (Red+Green+Blue) = 113+223+236=572 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.76% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #71DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DFEC is #8E2013. Grayscale: #BFBFBF. Windows color (decimal): -9314324 or 15523697. OLE color: 15523697.

HSL color Cylindrical-coordinate representation of color #71DFEC: hue angle of 186.34º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71DFEC is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 223 236 -
CMYK 0.52 0.06 0 0.07
HSL 186.34º 0.76% 0.68% -
HSV(B) 186.34º 0.52% 0.93% -
XYZ 48.34 62.34 88.84 -
YUV 191.59 153.06 71.94 -
System Red Green Blue C M Y K H S L
Decimal 113 223 236 0.52 0.06 0 0.07 186.34 0.76 0.68
Hex 71 DF EC 34 6 0 7 BA 4C 44
Octal 161 337 354 64 6 0 7 272 114 104
Binary 1110001 11011111 11101100 110100 110 0 111 10111010 1001100 1000100

Color Harmonies of #71DFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFEC

Black with #71DFEC

Text Example


Text Example

White with #71DFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,223,236); }

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

background-color css

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

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

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

border-color css

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

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

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