Html Css Color HEX #34FAC5 Turquoise

📋 copy color: '#34FAC5'

red 52 ◦ green 250 ◦ blue 197

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

Shades of Turquoise #34FAC5

Tints of Turquoise #34FAC5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 50.1%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 10.42%
G = 50.1%
B = 39.48%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#34FAC5 (or 0x34FAC5) is known color: Turquoise. HEX triplet: 34, FA and C5. RGB value is (52,250,197). Sum of RGB (Red+Green+Blue) = 52+250+197=499 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.42% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAC5 is #CB053A. Grayscale: #B8B8B8. Windows color (decimal): -13305147 or 12974644. OLE color: 12974644.

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

Color convert

RGB 52 250 197 -
CMYK 0.79 0 0.21 0.02
HSL 163.94º 0.95% 0.59% -
HSV(B) 163.94º 0.79% 0.98% -
XYZ 45.68 73.13 64.53 -
YUV 184.76 134.9 33.31 -
System Red Green Blue C M Y K H S L
Decimal 52 250 197 0.79 0 0.21 0.02 163.94 0.95 0.59
Hex 34 FA C5 4F 0 15 2 A4 5F 3B
Octal 64 372 305 117 0 25 2 244 137 73
Binary 110100 11111010 11000101 1001111 0 10101 10 10100100 1011111 111011

Color Harmonies of #34FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAC5

Black with #34FAC5

Text Example


Text Example

White with #34FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,250,197); }

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

background-color css

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

 a { background-color: rgb(52,250,197); }

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

border-color css

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

 span { border-color: rgb(52,250,197); }

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