Html Css Color HEX #34F2BC Turquoise

📋 copy color: '#34F2BC'

red 52 ◦ green 242 ◦ blue 188

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

Shades of Turquoise #34F2BC

Tints of Turquoise #34F2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39%

R = 10.79%
G = 50.21%
B = 39%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#34F2BC (or 0x34F2BC) is known color: Turquoise. HEX triplet: 34, F2 and BC. RGB value is (52,242,188). Sum of RGB (Red+Green+Blue) = 52+242+188=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #34F2BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34F2BC is #CB0D43. Grayscale: #B3B3B3. Windows color (decimal): -13307204 or 12382772. OLE color: 12382772.

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

Color convert

RGB 52 242 188 -
CMYK 0.79 0 0.22 0.05
HSL 162.95º 0.88% 0.58% -
HSV(B) 162.95º 0.79% 0.95% -
XYZ 42.25 67.87 58.45 -
YUV 179.03 133.05 37.39 -
System Red Green Blue C M Y K H S L
Decimal 52 242 188 0.79 0 0.22 0.05 162.95 0.88 0.58
Hex 34 F2 BC 4F 0 16 5 A3 58 3A
Octal 64 362 274 117 0 26 5 243 130 72
Binary 110100 11110010 10111100 1001111 0 10110 101 10100011 1011000 111010

Color Harmonies of #34F2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34F2BC

Black with #34F2BC

Text Example


Text Example

White with #34F2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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