Html Css Color HEX #34F2B0 Turquoise

📋 copy color: '#34F2B0'

red 52 ◦ green 242 ◦ blue 176

#34F2B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #34F2B0

Tints of Turquoise #34F2B0

RGB

 RED value IS 52 (20.7% from 255) = 11.06%

 GREEN value IS 242 (94.92% from 255) = 51.49%

 BLUE value IS 176 (69.14% from 255) = 37.45%

R = 11.06%
G = 51.49%
B = 37.45%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#34F2B0 (or 0x34F2B0) is known color: Turquoise. HEX triplet: 34, F2 and B0. RGB value is (52,242,176). Sum of RGB (Red+Green+Blue) = 52+242+176=470 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.06% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #34F2B0 is #CB0D4F. Grayscale: #B1B1B1. Windows color (decimal): -13307216 or 11596340. OLE color: 11596340.

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

Color convert

RGB 52 242 176 -
CMYK 0.79 0 0.27 0.05
HSL 159.16º 0.88% 0.58% -
HSV(B) 159.16º 0.79% 0.95% -
XYZ 41 67.37 51.92 -
YUV 177.67 127.05 38.37 -
System Red Green Blue C M Y K H S L
Decimal 52 242 176 0.79 0 0.27 0.05 159.16 0.88 0.58
Hex 34 F2 B0 4F 0 1B 5 9F 58 3A
Octal 64 362 260 117 0 33 5 237 130 72
Binary 110100 11110010 10110000 1001111 0 11011 101 10011111 1011000 111010

Color Harmonies of #34F2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F2B0

Black with #34F2B0

Text Example


Text Example

White with #34F2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,242,176); }

 H1.HeaderClassName
 {
   color: #34F2B0;
 }
 .AnyTagClassName
 {
   color: #34F2B0;
 }
</style>

background-color css

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

 a { background-color: rgb(52,242,176); }

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

border-color css

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

 span { border-color: rgb(52,242,176); }

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