#34FBE0

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

Shades of Turquoise #34FBE0

Tints of Turquoise #34FBE0

Color information

#34FBE0 (or 0x34FBE0) is unknown color: approx Turquoise. HEX triplet: 34, FB and E0. RGB value is (52,251,224). Sum of RGB (Red+Green+Blue) = 52+251+224=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #34FBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FBE0 is #CB041F. Grayscale: #BCBCBC. Windows color (decimal): -13304864 or 14744372. OLE color: 14744372.

HSL color Cylindrical-coordinate representation of color #34FBE0: hue angle of 171.86º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FBE0 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB52251224-
CMYK0.7900.110.02
HSL171.86º96.14%59.41%-
HSV(B)171.86º79.28%98.43%-
XYZ49.3775.1182.42-
YUV188.42148.0730.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.87%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=9.87%
G=47.63%
B=42.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522512240.7900.110.02171.8696.1459.41
Hex34FBE04F0B2ac603b
Octal64373340117013225414073
Binary110100111110111110000010011110101110101011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,251,224); }

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

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

 a { background-color: rgb(52,251,224); }

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

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

 span { border-color: rgb(52,251,224); }

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