Html Css Color HEX #34FAC8 Turquoise

📋 copy color: '#34FAC8'

red 52 ◦ green 250 ◦ blue 200

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

Shades of Turquoise #34FAC8

Tints of Turquoise #34FAC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 10.36%
G = 49.8%
B = 39.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.2

 K value IS 0.02

RGB Variations

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

Color information

#34FAC8 (or 0x34FAC8) is known color: Turquoise. HEX triplet: 34, FA and C8. RGB value is (52,250,200). Sum of RGB (Red+Green+Blue) = 52+250+200=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #34FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FAC8 is #CB0537. Grayscale: #B9B9B9. Windows color (decimal): -13305144 or 13171252. OLE color: 13171252.

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

Color convert

RGB 52 250 200 -
CMYK 0.79 0 0.2 0.02
HSL 164.85º 0.95% 0.59% -
HSV(B) 164.85º 0.79% 0.98% -
XYZ 46.03 73.27 66.36 -
YUV 185.1 136.4 33.07 -
System Red Green Blue C M Y K H S L
Decimal 52 250 200 0.79 0 0.2 0.02 164.85 0.95 0.59
Hex 34 FA C8 4F 0 14 2 A5 5F 3B
Octal 64 372 310 117 0 24 2 245 137 73
Binary 110100 11111010 11001000 1001111 0 10100 10 10100101 1011111 111011

Color Harmonies of #34FAC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FAC8

Black with #34FAC8

Text Example


Text Example

White with #34FAC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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