#34C8CA

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

Shades of Medium Turquoise #34C8CA

Tints of Medium Turquoise #34C8CA

Color information

#34C8CA (or 0x34C8CA) is unknown color: approx Medium Turquoise. HEX triplet: 34, C8 and CA. RGB value is (52,200,202). Sum of RGB (Red+Green+Blue) = 52+200+202=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 200 (78.52% from 255 or 44.05% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #34C8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C8CA is #CB3735. Grayscale: #9B9B9B. Windows color (decimal): -13317942 or 13289524. OLE color: 13289524.

HSL color Cylindrical-coordinate representation of color #34C8CA: hue angle of 180.8º 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 #34C8CA is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52200202-
CMYK0.740.0100.21
HSL180.8º59.06%49.8%-
HSV(B)180.8º74.26%79.22%-
XYZ32.7346.363.09-
YUV155.98153.9753.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 200 (78.52% from 255) = 44.05%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=11.45%
G=44.05%
B=44.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal522002020.740.0100.21180.859.0649.8
Hex34C8CA4A1015b53b32
Octal6431031211210252657362
Binary11010011001000110010101001010101010110110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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