#71CFEB

Color #71CFEB Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #71CFEB

Tints of Turquoise Blue #71CFEB

Color information

#71CFEB (or 0x71CFEB) is unknown color: approx Turquoise Blue. HEX triplet: 71, CF and EB. RGB value is (113,207,235). Sum of RGB (Red+Green+Blue) = 113+207+235=555 (73% of max value = 765). Red value is 113 (44.53% from 255 or 20.36% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #71CFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CFEB is #8E3014. Grayscale: #B5B5B5. Windows color (decimal): -9318421 or 15454065. OLE color: 15454065.

HSL color Cylindrical-coordinate representation of color #71CFEB: hue angle of 193.77º degrees, saturation: 0.75, 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 #71CFEB is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB113207235-
CMYK0.520.1200.08
HSL193.77º75.31%68.24%-
HSV(B)193.77º51.91%92.16%-
XYZ44.1254.1386.72-
YUV182.09157.8678.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 20.36%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=20.36%
G=37.30%
B=42.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1132072350.520.1200.08193.7775.3168.24
Hex71CFEB34C08c24b44
Octal1613173536414010302113104
Binary111000111001111111010111101001100010001100001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71CFEB;
 }
 .AnyTagClassName
 {
   color: #71CFEB;
 }
</style>
background-color css

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

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

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

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

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

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