#34ECBD

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

Shades of Turquoise #34ECBD

Tints of Turquoise #34ECBD

Color information

#34ECBD (or 0x34ECBD) is unknown color: approx Turquoise. HEX triplet: 34, EC and BD. RGB value is (52,236,189). Sum of RGB (Red+Green+Blue) = 52+236+189=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #34ECBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34ECBD is #CB1342. Grayscale: #AFAFAF. Windows color (decimal): -13308739 or 12446772. OLE color: 12446772.

HSL color Cylindrical-coordinate representation of color #34ECBD: hue angle of 164.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ECBD is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB52236189-
CMYK0.7800.200.07
HSL164.67º82.88%56.47%-
HSV(B)164.67º77.97%92.55%-
XYZ40.664.458.43-
YUV175.63135.5439.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.90%
GREEN value IS 236 (92.58% from 255) = 49.48%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=10.90%
G=49.48%
B=39.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal522361890.7800.200.07164.6782.8856.47
Hex34ECBD4E0147a55338
Octal64354275116024724512370
Binary11010011101100101111011001110010100111101001011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,236,189); }

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

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

 a { background-color: rgb(52,236,189); }

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

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

 span { border-color: rgb(52,236,189); }

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