Html Css Color HEX #71DDEA Turquoise Blue

📋 copy color: '#71DDEA'

red 113 ◦ green 221 ◦ blue 234

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

Shades of Turquoise Blue #71DDEA

Tints of Turquoise Blue #71DDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.2%

R = 19.89%
G = 38.91%
B = 41.2%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71DDEA (or 0x71DDEA) is known color: Turquoise Blue. HEX triplet: 71, DD and EA. RGB value is (113,221,234). Sum of RGB (Red+Green+Blue) = 113+221+234=568 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.89% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #71DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DDEA is #8E2215. Grayscale: #BEBEBE. Windows color (decimal): -9314838 or 15392113. OLE color: 15392113.

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

Color convert

RGB 113 221 234 -
CMYK 0.52 0.06 0 0.08
HSL 186.45º 0.74% 0.68% -
HSV(B) 186.45º 0.52% 0.92% -
XYZ 47.52 61.16 87.14 -
YUV 190.19 152.72 72.94 -
System Red Green Blue C M Y K H S L
Decimal 113 221 234 0.52 0.06 0 0.08 186.45 0.74 0.68
Hex 71 DD EA 34 6 0 8 BA 4A 44
Octal 161 335 352 64 6 0 10 272 112 104
Binary 1110001 11011101 11101010 110100 110 0 1000 10111010 1001010 1000100

Color Harmonies of #71DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DDEA

Black with #71DDEA

Text Example


Text Example

White with #71DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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