Html Css Color HEX #71CFE6 Turquoise Blue

📋 copy color: '#71CFE6'

red 113 ◦ green 207 ◦ blue 230

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

Shades of Turquoise Blue #71CFE6

Tints of Turquoise Blue #71CFE6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.64%

 BLUE value IS 230 (90.23% from 255) = 41.82%

R = 20.55%
G = 37.64%
B = 41.82%

CMYK

 C value IS 0.51

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#71CFE6 (or 0x71CFE6) is known color: Turquoise Blue. HEX triplet: 71, CF and E6. RGB value is (113,207,230). Sum of RGB (Red+Green+Blue) = 113+207+230=550 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.55% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #71CFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFE6 is #8E3019. Grayscale: #B5B5B5. Windows color (decimal): -9318426 or 15126385. OLE color: 15126385.

HSL color Cylindrical-coordinate representation of color #71CFE6: hue angle of 191.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CFE6 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 207 230 -
CMYK 0.51 0.10 0 0.10
HSL 191.79º 0.7% 0.67% -
HSV(B) 191.79º 0.51% 0.9% -
XYZ 43.41 53.85 82.97 -
YUV 181.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 113 207 230 0.51 0.10 0 0.10 191.79 0.7 0.67
Hex 71 CF E6 33 A 0 A C0 46 43
Octal 161 317 346 63 12 0 12 300 106 103
Binary 1110001 11001111 11100110 110011 1010 0 1010 11000000 1000110 1000011

Color Harmonies of #71CFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CFE6

Black with #71CFE6

Text Example


Text Example

White with #71CFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,230); }

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

background-color css

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

 a { background-color: rgb(113,207,230); }

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

border-color css

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

 span { border-color: rgb(113,207,230); }

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