Html Css Color HEX #34FCC6 Turquoise

📋 copy color: '#34FCC6'

red 52 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #34FCC6

Tints of Turquoise #34FCC6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 10.36%
G = 50.2%
B = 39.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#34FCC6 (or 0x34FCC6) is known color: Turquoise. HEX triplet: 34, FC and C6. RGB value is (52,252,198). Sum of RGB (Red+Green+Blue) = 52+252+198=502 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.36% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #34FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #34FCC6 is #CB0339. Grayscale: #BABABA. Windows color (decimal): -13304634 or 13040692. OLE color: 13040692.

HSL color Cylindrical-coordinate representation of color #34FCC6: hue angle of 163.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FCC6 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 252 198 -
CMYK 0.79 0 0.21 0.01
HSL 163.8º 0.97% 0.6% -
HSV(B) 163.8º 0.79% 0.99% -
XYZ 46.42 74.43 65.35 -
YUV 186.04 134.74 32.39 -
System Red Green Blue C M Y K H S L
Decimal 52 252 198 0.79 0 0.21 0.01 163.8 0.97 0.6
Hex 34 FC C6 4F 0 15 1 A4 61 3C
Octal 64 374 306 117 0 25 1 244 141 74
Binary 110100 11111100 11000110 1001111 0 10101 1 10100100 1100001 111100

Color Harmonies of #34FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34FCC6

Black with #34FCC6

Text Example


Text Example

White with #34FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,252,198); }

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

background-color css

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

 a { background-color: rgb(52,252,198); }

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

border-color css

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

 span { border-color: rgb(52,252,198); }

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