#34F6F7

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

Shades of Turquoise #34F6F7

Tints of Turquoise #34F6F7

Color information

#34F6F7 (or 0x34F6F7) is unknown color: approx Turquoise. HEX triplet: 34, F6 and F7. RGB value is (52,246,247). Sum of RGB (Red+Green+Blue) = 52+246+247=545 (72% of max value = 765). Red value is 52 (20.70% from 255 or 9.54% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #34F6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #34F6F7 is #CB0908. Grayscale: #BBBBBB. Windows color (decimal): -13306121 or 16250420. OLE color: 16250420.

HSL color Cylindrical-coordinate representation of color #34F6F7: hue angle of 180.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F6F7 is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52246247-
CMYK0.790.0000.03
HSL180.31º92.42%58.63%-
HSV(B)180.31º78.95%96.86%-
XYZ51.1673.3699.46-
YUV188.11161.2330.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 9.54%
GREEN value IS 246 (96.48% from 255) = 45.14%
BLUE value IS 247 (96.88% from 255) = 45.32%
R=9.54%
G=45.14%
B=45.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal522462470.790.0000.03180.3192.4258.63
Hex34F6F74F003b45c3b
Octal6436636711700326413473
Binary110100111101101111011110011110011101101001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,246,247); }

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

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

 a { background-color: rgb(52,246,247); }

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

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

 span { border-color: rgb(52,246,247); }

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