Html Css Color HEX #71CEE6 Turquoise Blue

📋 copy color: '#71CEE6'

red 113 ◦ green 206 ◦ blue 230

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

Shades of Turquoise Blue #71CEE6

Tints of Turquoise Blue #71CEE6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.52%

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

R = 20.58%
G = 37.52%
B = 41.89%

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

#71CEE6 (or 0x71CEE6) is known color: Turquoise Blue. HEX triplet: 71, CE and E6. RGB value is (113,206,230). Sum of RGB (Red+Green+Blue) = 113+206+230=549 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.58% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #71CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CEE6 is #8E3119. Grayscale: #B4B4B4. Windows color (decimal): -9318682 or 15126129. OLE color: 15126129.

HSL color Cylindrical-coordinate representation of color #71CEE6: hue angle of 192.31º 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 #71CEE6 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 113 206 230 -
CMYK 0.51 0.10 0 0.10
HSL 192.31º 0.7% 0.67% -
HSV(B) 192.31º 0.51% 0.9% -
XYZ 43.16 53.37 82.89 -
YUV 180.93 155.69 79.55 -
System Red Green Blue C M Y K H S L
Decimal 113 206 230 0.51 0.10 0 0.10 192.31 0.7 0.67
Hex 71 CE E6 33 A 0 A C0 46 43
Octal 161 316 346 63 12 0 12 300 106 103
Binary 1110001 11001110 11100110 110011 1010 0 1010 11000000 1000110 1000011

Color Harmonies of #71CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CEE6

Black with #71CEE6

Text Example


Text Example

White with #71CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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