#34EBF3

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

Shades of Turquoise #34EBF3

Tints of Turquoise #34EBF3

Color information

#34EBF3 (or 0x34EBF3) is unknown color: approx Turquoise. HEX triplet: 34, EB and F3. RGB value is (52,235,243). Sum of RGB (Red+Green+Blue) = 52+235+243=530 (70% of max value = 765). Red value is 52 (20.70% from 255 or 9.81% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #34EBF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34EBF3 is #CB140C. Grayscale: #B4B4B4. Windows color (decimal): -13308941 or 15985460. OLE color: 15985460.

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

Color convert

RGB52235243-
CMYK0.790.0300.05
HSL182.51º88.84%57.84%-
HSV(B)182.51º78.6%95.29%-
XYZ47.366.6295.16-
YUV181.2162.8735.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.81%
GREEN value IS 235 (92.19% from 255) = 44.34%
BLUE value IS 243 (95.31% from 255) = 45.85%
R=9.81%
G=44.34%
B=45.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal522352430.790.0300.05182.5188.8457.84
Hex34EBF34F305b7593a
Octal6435336311730526713172
Binary11010011101011111100111001111110101101101111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34EBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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