#34EBCA

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

Shades of Turquoise #34EBCA

Tints of Turquoise #34EBCA

Color information

#34EBCA (or 0x34EBCA) is unknown color: approx Turquoise. HEX triplet: 34, EB and CA. RGB value is (52,235,202). Sum of RGB (Red+Green+Blue) = 52+235+202=489 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.63% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #34EBCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34EBCA is #CB1435. Grayscale: #B0B0B0. Windows color (decimal): -13308982 or 13298484. OLE color: 13298484.

HSL color Cylindrical-coordinate representation of color #34EBCA: hue angle of 169.18º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EBCA is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB52235202-
CMYK0.7800.140.08
HSL169.18º82.06%56.27%-
HSV(B)169.18º77.87%92.16%-
XYZ41.7964.4166.11-
YUV176.52142.3739.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.63%
GREEN value IS 235 (92.19% from 255) = 48.06%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=10.63%
G=48.06%
B=41.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal522352020.7800.140.08169.1882.0656.27
Hex34EBCA4E0E8a95238
Octal643533121160161025112270
Binary11010011101011110010101001110011101000101010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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