Html Css Color HEX #71DDEC Turquoise Blue

📋 copy color: '#71DDEC'

red 113 ◦ green 221 ◦ blue 236

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

Shades of Turquoise Blue #71DDEC

Tints of Turquoise Blue #71DDEC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.77%

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

R = 19.82%
G = 38.77%
B = 41.4%

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

#71DDEC (or 0x71DDEC) is known color: Turquoise Blue. HEX triplet: 71, DD and EC. RGB value is (113,221,236). Sum of RGB (Red+Green+Blue) = 113+221+236=570 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.82% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #71DDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDEC is #8E2213. Grayscale: #BEBEBE. Windows color (decimal): -9314836 or 15523185. OLE color: 15523185.

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

Color convert

RGB 113 221 236 -
CMYK 0.52 0.06 0 0.07
HSL 187.32º 0.76% 0.68% -
HSV(B) 187.32º 0.52% 0.93% -
XYZ 47.81 61.28 88.67 -
YUV 190.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 113 221 236 0.52 0.06 0 0.07 187.32 0.76 0.68
Hex 71 DD EC 34 6 0 7 BB 4C 44
Octal 161 335 354 64 6 0 7 273 114 104
Binary 1110001 11011101 11101100 110100 110 0 111 10111011 1001100 1000100

Color Harmonies of #71DDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDEC

Black with #71DDEC

Text Example


Text Example

White with #71DDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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