#34BFCA

Color #34BFCA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #34BFCA

Tints of Medium Turquoise #34BFCA

Color information

#34BFCA (or 0x34BFCA) is unknown color: approx Medium Turquoise. HEX triplet: 34, BF and CA. RGB value is (52,191,202). Sum of RGB (Red+Green+Blue) = 52+191+202=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #34BFCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFCA is #CB4035. Grayscale: #969696. Windows color (decimal): -13320246 or 13287220. OLE color: 13287220.

HSL color Cylindrical-coordinate representation of color #34BFCA: hue angle of 184.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34BFCA is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52191202-
CMYK0.740.0500.21
HSL184.4º59.06%49.8%-
HSV(B)184.4º74.26%79.22%-
XYZ30.7142.2662.41-
YUV150.69156.9557.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.69%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=11.69%
G=42.92%
B=45.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521912020.740.0500.21184.459.0649.8
Hex34BFCA4A5015b83b32
Octal6427731211250252707362
Binary1101001011111111001010100101010101010110111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34BFCA; }

 p { color: rgb(52,191,202); }

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

<style>
 a { background-color: #34BFCA; }

 a { background-color: rgb(52,191,202); }

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

<style>
 span { border-color: #34BFCA; }

 span { border-color: rgb(52,191,202); }

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