#34C8CE

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

Shades of Medium Turquoise #34C8CE

Tints of Medium Turquoise #34C8CE

Color information

#34C8CE (or 0x34C8CE) is unknown color: approx Medium Turquoise. HEX triplet: 34, C8 and CE. RGB value is (52,200,206). Sum of RGB (Red+Green+Blue) = 52+200+206=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #34C8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C8CE is #CB3731. Grayscale: #9C9C9C. Windows color (decimal): -13317938 or 13551668. OLE color: 13551668.

HSL color Cylindrical-coordinate representation of color #34C8CE: hue angle of 182.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34C8CE is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB52200206-
CMYK0.750.0300.19
HSL182.34º61.11%50.59%-
HSV(B)182.34º74.76%80.78%-
XYZ33.2146.4965.62-
YUV156.43155.9753.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.35%
GREEN value IS 200 (78.52% from 255) = 43.67%
BLUE value IS 206 (80.86% from 255) = 44.98%
R=11.35%
G=43.67%
B=44.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal522002060.750.0300.19182.3461.1150.59
Hex34C8CE4B3013b63d33
Octal6431031611330232667563
Binary110100110010001100111010010111101001110110110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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