#34f3ee

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

Shades of Turquoise #34F3EE

Tints of Turquoise #34F3EE

Color information

#34F3EE (or 0x34F3EE) is unknown color: approx Turquoise. HEX triplet: 34, F3 and EE. RGB value is (52,243,238). Sum of RGB (Red+Green+Blue) = 52+243+238=533 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.76% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #34F3EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F3EE is #CB0C11. Grayscale: #B9B9B9. Windows color (decimal): -13306898 or 15659828. OLE color: 15659828.

HSL color Cylindrical-coordinate representation of color #34F3EE: hue angle of 178.43º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F3EE is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB52243238-
CMYK0.7900.020.05
HSL178.43º88.84%57.84%-
HSV(B)178.43º78.6%95.29%-
XYZ48.97192.02-
YUV185.32157.7232.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.76%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=9.76%
G=45.59%
B=44.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522432380.7900.020.05178.4388.8457.84
Hex34F3EE4F025b2593a
Octal6436335611702526213172
Binary11010011110011111011101001111010101101100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34f3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,243,238); }

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

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

 a { background-color: rgb(52,243,238); }

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

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

 span { border-color: rgb(52,243,238); }

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