#34FCBF

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

Shades of Turquoise #34FCBF

Tints of Turquoise #34FCBF

Color information

#34FCBF (or 0x34FCBF) is unknown color: approx Turquoise. HEX triplet: 34, FC and BF. RGB value is (52,252,191). Sum of RGB (Red+Green+Blue) = 52+252+191=495 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.51% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCBF is #CB0340. Grayscale: #B9B9B9. Windows color (decimal): -13304641 or 12581940. OLE color: 12581940.

HSL color Cylindrical-coordinate representation of color #34FCBF: hue angle of 161.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCBF is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB52252191-
CMYK0.7900.240.01
HSL161.7º97.09%59.61%-
HSV(B)161.7º79.37%98.82%-
XYZ45.6374.1161.19-
YUV185.25131.2432.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.51%
GREEN value IS 252 (98.83% from 255) = 50.91%
BLUE value IS 191 (75% from 255) = 38.59%
R=10.51%
G=50.91%
B=38.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal522521910.7900.240.01161.797.0959.61
Hex34FCBF4F0181a2613c
Octal64374277117030124214174
Binary110100111111001011111110011110110001101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,252,191); }

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

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

 a { background-color: rgb(52,252,191); }

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

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

 span { border-color: rgb(52,252,191); }

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