#34E0FB

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

Shades of Turquoise #34E0FB

Tints of Turquoise #34E0FB

Color information

#34E0FB (or 0x34E0FB) is unknown color: approx Turquoise. HEX triplet: 34, E0 and FB. RGB value is (52,224,251). Sum of RGB (Red+Green+Blue) = 52+224+251=527 (69% of max value = 765). Red value is 52 (20.70% from 255 or 9.87% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #34E0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34E0FB is #CB1F04. Grayscale: #AFAFAF. Windows color (decimal): -13311749 or 16506932. OLE color: 16506932.

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

Color convert

RGB52224251-
CMYK0.790.1100.02
HSL188.14º96.14%59.41%-
HSV(B)188.14º79.28%98.43%-
XYZ45.4861.01100.64-
YUV175.65170.5239.8-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal522242510.790.1100.02188.1496.1459.41
Hex34E0FB4FB02bc603b
Octal64340373117130227414073
Binary110100111000001111101110011111011010101111001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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