#34EAF3

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

Shades of Turquoise #34EAF3

Tints of Turquoise #34EAF3

Color information

#34EAF3 (or 0x34EAF3) is unknown color: approx Turquoise. HEX triplet: 34, EA and F3. RGB value is (52,234,243). Sum of RGB (Red+Green+Blue) = 52+234+243=529 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.83% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #34EAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EAF3 is #CB150C. Grayscale: #B4B4B4. Windows color (decimal): -13309197 or 15985204. OLE color: 15985204.

HSL color Cylindrical-coordinate representation of color #34EAF3: hue angle of 182.83º 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 #34EAF3 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52234243-
CMYK0.790.0400.05
HSL182.83º88.84%57.84%-
HSV(B)182.83º78.6%95.29%-
XYZ47.0266.0595.06-
YUV180.61163.236.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.83%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=9.83%
G=44.23%
B=45.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522342430.790.0400.05182.8388.8457.84
Hex34EAF34F405b7593a
Octal6435236311740526713172
Binary110100111010101111001110011111000101101101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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