Html Css Color HEX #71DEFE Turquoise Blue

📋 copy color: '#71DEFE'

red 113 ◦ green 222 ◦ blue 254

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

Shades of Turquoise Blue #71DEFE

Tints of Turquoise Blue #71DEFE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.69%

 BLUE value IS 254 (99.61% from 255) = 43.12%

R = 19.19%
G = 37.69%
B = 43.12%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#71DEFE (or 0x71DEFE) is known color: Turquoise Blue. HEX triplet: 71, DE and FE. RGB value is (113,222,254). Sum of RGB (Red+Green+Blue) = 113+222+254=589 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.19% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #71DEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71DEFE is #8E2101. Grayscale: #C0C0C0. Windows color (decimal): -9314562 or 16703089. OLE color: 16703089.

HSL color Cylindrical-coordinate representation of color #71DEFE: hue angle of 193.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DEFE is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 222 254 -
CMYK 0.56 0.13 0 0.00
HSL 193.62º 0.99% 0.72% -
HSV(B) 193.62º 0.56% 1% -
XYZ 50.82 62.91 103.23 -
YUV 193.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 113 222 254 0.56 0.13 0 0.00 193.62 0.99 0.72
Hex 71 DE FE 38 D 0 0 C2 63 48
Octal 161 336 376 70 15 0 0 302 143 110
Binary 1110001 11011110 11111110 111000 1101 0 0 11000010 1100011 1001000

Color Harmonies of #71DEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DEFE

Black with #71DEFE

Text Example


Text Example

White with #71DEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,222,254); }

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

background-color css

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

 a { background-color: rgb(113,222,254); }

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

border-color css

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

 span { border-color: rgb(113,222,254); }

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