Html Css Color HEX #34FAC9 Turquoise

📋 copy color: '#34FAC9'

red 52 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #34FAC9

Tints of Turquoise #34FAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 10.34%
G = 49.7%
B = 39.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#34FAC9 (or 0x34FAC9) is known color: Turquoise. HEX triplet: 34, FA and C9. RGB value is (52,250,201). Sum of RGB (Red+Green+Blue) = 52+250+201=503 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.34% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAC9 is #CB0536. Grayscale: #B9B9B9. Windows color (decimal): -13305143 or 13236788. OLE color: 13236788.

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

Color convert

RGB 52 250 201 -
CMYK 0.79 0 0.20 0.02
HSL 165.15º 0.95% 0.59% -
HSV(B) 165.15º 0.79% 0.98% -
XYZ 46.14 73.32 66.98 -
YUV 185.21 136.9 32.98 -
System Red Green Blue C M Y K H S L
Decimal 52 250 201 0.79 0 0.20 0.02 165.15 0.95 0.59
Hex 34 FA C9 4F 0 14 2 A5 5F 3B
Octal 64 372 311 117 0 24 2 245 137 73
Binary 110100 11111010 11001001 1001111 0 10100 10 10100101 1011111 111011

Color Harmonies of #34FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAC9

Black with #34FAC9

Text Example


Text Example

White with #34FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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